#31CC64

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

Shades of Medium Sea Green #31CC64

Tints of Medium Sea Green #31CC64

Color information

#31CC64 (or 0x31CC64) is unknown color: approx Medium Sea Green. HEX triplet: 31, CC and 64. RGB value is (49,204,100). Sum of RGB (Red+Green+Blue) = 49+204+100=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CC64 is #CE339B. Grayscale: #929292. Windows color (decimal): -13513628 or 6605873. OLE color: 6605873.

HSL color Cylindrical-coordinate representation of color #31CC64: hue angle of 139.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC64 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB49204100-
CMYK0.7600.510.2
HSL139.74º61.26%49.61%-
HSV(B)139.74º75.98%80%-
XYZ25.1644.7619.37-
YUV145.8102.1558.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.88%
GREEN value IS 204 (80.08% from 255) = 57.79%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=13.88%
G=57.79%
B=28.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal492041000.7600.510.2139.7461.2649.61
Hex31CC644C033148c3d32
Octal61314144114063242147562
Binary110001110011001100100100110001100111010010001100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,204,100); }

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

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

 a { background-color: rgb(49,204,100); }

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

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

 span { border-color: rgb(49,204,100); }

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