#31bdaf

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

Shades of Light Sea Green #31BDAF

Tints of Light Sea Green #31BDAF

Color information

#31BDAF (or 0x31BDAF) is unknown color: approx Light Sea Green. HEX triplet: 31, BD and AF. RGB value is (49,189,175). Sum of RGB (Red+Green+Blue) = 49+189+175=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BDAF is #CE4250. Grayscale: #919191. Windows color (decimal): -13517393 or 11517233. OLE color: 11517233.

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

Color convert

RGB49189175-
CMYK0.7400.070.26
HSL174º58.82%46.67%-
HSV(B)174º74.07%74.12%-
XYZ27.240.1446.87-
YUV145.54144.6259.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.86%
GREEN value IS 189 (74.22% from 255) = 45.76%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=11.86%
G=45.76%
B=42.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491891750.7400.070.2617458.8246.67
Hex31BDAF4A071Aae3b2f
Octal6127525711207322567357
Binary1100011011110110101111100101001111101010101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31bdaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,189,175); }

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

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

 a { background-color: rgb(49,189,175); }

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

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

 span { border-color: rgb(49,189,175); }

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