#31B9BD

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

Shades of Light Sea Green #31B9BD

Tints of Light Sea Green #31B9BD

Color information

#31B9BD (or 0x31B9BD) is unknown color: approx Light Sea Green. HEX triplet: 31, B9 and BD. RGB value is (49,185,189). Sum of RGB (Red+Green+Blue) = 49+185+189=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #31B9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B9BD is #CE4642. Grayscale: #909090. Windows color (decimal): -13518403 or 12433713. OLE color: 12433713.

HSL color Cylindrical-coordinate representation of color #31B9BD: hue angle of 181.71º 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 #31B9BD is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB49185189-
CMYK0.740.0200.26
HSL181.71º58.82%46.67%-
HSV(B)181.71º74.07%74.12%-
XYZ27.839.0354.21-
YUV144.79152.9459.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.58%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=11.58%
G=43.74%
B=44.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491851890.740.0200.26181.7158.8246.67
Hex31B9BD4A201Ab63b2f
Octal6127127511220322667357
Binary110001101110011011110110010101001101010110110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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