#31CA66

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

Shades of Medium Sea Green #31CA66

Tints of Medium Sea Green #31CA66

Color information

#31CA66 (or 0x31CA66) is unknown color: approx Medium Sea Green. HEX triplet: 31, CA and 66. RGB value is (49,202,102). Sum of RGB (Red+Green+Blue) = 49+202+102=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CA66 is #CE3599. Grayscale: #919191. Windows color (decimal): -13514138 or 6736433. OLE color: 6736433.

HSL color Cylindrical-coordinate representation of color #31CA66: hue angle of 140.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA66 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB49202102-
CMYK0.7600.500.21
HSL140.78º60.96%49.22%-
HSV(B)140.78º75.74%79.22%-
XYZ24.7943.8519.73-
YUV144.85103.8159.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.88%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=13.88%
G=57.22%
B=28.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal492021020.7600.500.21140.7860.9649.22
Hex31CA664C032158d3d31
Octal61312146114062252157561
Binary110001110010101100110100110001100101010110001101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,202,102); }

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

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

 a { background-color: rgb(49,202,102); }

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

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

 span { border-color: rgb(49,202,102); }

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