Shades of Light Sea Green #31BDA9
Tints of Light Sea Green #31BDA9
RGB
CMYK
RGB Variations
Color information
#31BDA9 (or 0x31BDA9) is known color: Light Sea Green. HEX triplet: 31, BD and A9. RGB value is (49,189,169). Sum of RGB (Red+Green+Blue) = 49+189+169=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #31BDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BDA9 is #CE4256. Grayscale: #909090. Windows color (decimal): -13517399 or 11124017. OLE color: 11124017.
HSL color Cylindrical-coordinate representation of color #31BDA9: hue angle of 171.43º 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 #31BDA9 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 169 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.26 |
| HSL | 171.43º | 0.59% | 0.47% | - |
| HSV(B) | 171.43º | 0.74% | 0.74% | - |
| XYZ | 26.63 | 39.91 | 43.84 | - |
| YUV | 144.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 169 | 0.74 | 0 | 0.11 | 0.26 | 171.43 | 0.59 | 0.47 |
| Hex | 31 | BD | A9 | 4A | 0 | B | 1A | AB | 3B | 2F |
| Octal | 61 | 275 | 251 | 112 | 0 | 13 | 32 | 253 | 73 | 57 |
| Binary | 110001 | 10111101 | 10101001 | 1001010 | 0 | 1011 | 11010 | 10101011 | 111011 | 101111 |
Color Harmonies of #31BDA9
Complementary color
Monochromatic Colors of #31BDA9
Black with #31BDA9
Text Example
Text Example
White with #31BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BDA9; }
p { color: rgb(49,189,169); }
H1.HeaderClassName
{
color: #31BDA9;
}
.AnyTagClassName
{
color: #31BDA9;
}
</style>
background-color css
<style>
a { background-color: #31BDA9; }
a { background-color: rgb(49,189,169); }
div.DivClassName
{
background-color: #31BDA9;
}
.BgClassName
{
background-color: #31BDA9;
}
</style>
border-color css
<style>
span { border-color: #31BDA9; }
span { border-color: rgb(49,189,169); }
td.TdClassName
{
border-color: #31BDA9;
}
.TagClassName
{
border-color: #31BDA9;
}
</style>