#31bc61

Color #31BC61 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #31BC61

Tints of Medium Sea Green #31BC61

Color information

#31BC61 (or 0x31BC61) is unknown color: approx Medium Sea Green. HEX triplet: 31, BC and 61. RGB value is (49,188,97). Sum of RGB (Red+Green+Blue) = 49+188+97=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC61 is #CE439E. Grayscale: #888888. Windows color (decimal): -13517727 or 6405169. OLE color: 6405169.

HSL color Cylindrical-coordinate representation of color #31BC61: hue angle of 140.72º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC61 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB4918897-
CMYK0.7400.480.26
HSL140.72º58.65%46.47%-
HSV(B)140.72º73.94%73.73%-
XYZ21.4137.4817.42-
YUV136.06105.9565.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 188 (73.83% from 255) = 56.29%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=14.67%
G=56.29%
B=29.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49188970.7400.480.26140.7258.6546.47
Hex31BC614A0301A8d3b2e
Octal61274141112060322157356
Binary110001101111001100001100101001100001101010001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31bc61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31bc61; }

 p { color: rgb(49,188,97); }

 H1.HeaderClassName
 {
   color: #31bc61;
 }
 .AnyTagClassName
 {
   color: #31bc61;
 }
</style>
background-color css

<style>
 a { background-color: #31bc61; }

 a { background-color: rgb(49,188,97); }

 div.DivClassName
 {
   background-color: #31bc61;
 }
 .BgClassName
 {
   background-color: #31bc61;
 }
</style>
border-color css

<style>
 span { border-color: #31bc61; }

 span { border-color: rgb(49,188,97); }

 td.TdClassName
 {
   border-color: #31bc61;
 }
 .TagClassName
 {
   border-color: #31bc61;
 }
</style>