#31A86C

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

Shades of Medium Sea Green #31A86C

Tints of Medium Sea Green #31A86C

Color information

#31A86C (or 0x31A86C) is unknown color: approx Medium Sea Green. HEX triplet: 31, A8 and 6C. RGB value is (49,168,108). Sum of RGB (Red+Green+Blue) = 49+168+108=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #31A86C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A86C is #CE5793. Grayscale: #7D7D7D. Windows color (decimal): -13522836 or 7120945. OLE color: 7120945.

HSL color Cylindrical-coordinate representation of color #31A86C: hue angle of 149.75º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A86C is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB49168108-
CMYK0.7100.360.34
HSL149.75º54.84%42.55%-
HSV(B)149.75º70.83%65.88%-
XYZ17.9829.7418.98-
YUV125.58118.0873.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=15.08%
G=51.69%
B=33.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal491681080.7100.360.34149.7554.8442.55
Hex31A86C470242296372b
Octal61250154107044422266753
Binary1100011010100011011001000111010010010001010010110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,168,108); }

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

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

 a { background-color: rgb(49,168,108); }

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

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

 span { border-color: rgb(49,168,108); }

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