#31A89F

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

Shades of Light Sea Green #31A89F

Tints of Light Sea Green #31A89F

Color information

#31A89F (or 0x31A89F) is unknown color: approx Light Sea Green. HEX triplet: 31, A8 and 9F. RGB value is (49,168,159). Sum of RGB (Red+Green+Blue) = 49+168+159=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #31A89F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A89F is #CE5760. Grayscale: #838383. Windows color (decimal): -13522785 or 10463281. OLE color: 10463281.

HSL color Cylindrical-coordinate representation of color #31A89F: hue angle of 175.46º 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 #31A89F is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB49168159-
CMYK0.7100.050.34
HSL175.46º54.84%42.55%-
HSV(B)175.46º70.83%65.88%-
XYZ21.5331.1637.68-
YUV131.39143.5869.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.03%
GREEN value IS 168 (66.02% from 255) = 44.68%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=13.03%
G=44.68%
B=42.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal491681590.7100.050.34175.4654.8442.55
Hex31A89F470522af372b
Octal6125023710705422576753
Binary11000110101000100111111000111010110001010101111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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