Shades of Light Sea Green #0DB9A0
Tints of Light Sea Green #0DB9A0
RGB
CMYK
RGB Variations
Color information
#0DB9A0 (or 0x0DB9A0) is known color: Light Sea Green. HEX triplet: 0D, B9 and A0. RGB value is (13,185,160). Sum of RGB (Red+Green+Blue) = 13+185+160=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB9A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB9A0 is #F2465F. Grayscale: #828282. Windows color (decimal): -15877728 or 10533133. OLE color: 10533133.
HSL color Cylindrical-coordinate representation of color #0DB9A0: hue angle of 171.28º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB9A0 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 160 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.27 |
| HSL | 171.28º | 0.87% | 0.39% | - |
| HSV(B) | 171.28º | 0.93% | 0.73% | - |
| XYZ | 23.86 | 37.32 | 39.2 | - |
| YUV | 130.72 | 144.52 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 160 | 0.93 | 0 | 0.14 | 0.27 | 171.28 | 0.87 | 0.39 |
| Hex | D | B9 | A0 | 5D | 0 | E | 1B | AB | 57 | 27 |
| Octal | 15 | 271 | 240 | 135 | 0 | 16 | 33 | 253 | 127 | 47 |
| Binary | 1101 | 10111001 | 10100000 | 1011101 | 0 | 1110 | 11011 | 10101011 | 1010111 | 100111 |
Color Harmonies of #0DB9A0
Complementary color
Monochromatic Colors of #0DB9A0
Black with #0DB9A0
Text Example
Text Example
White with #0DB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB9A0; }
p { color: rgb(13,185,160); }
H1.HeaderClassName
{
color: #0DB9A0;
}
.AnyTagClassName
{
color: #0DB9A0;
}
</style>
background-color css
<style>
a { background-color: #0DB9A0; }
a { background-color: rgb(13,185,160); }
div.DivClassName
{
background-color: #0DB9A0;
}
.BgClassName
{
background-color: #0DB9A0;
}
</style>
border-color css
<style>
span { border-color: #0DB9A0; }
span { border-color: rgb(13,185,160); }
td.TdClassName
{
border-color: #0DB9A0;
}
.TagClassName
{
border-color: #0DB9A0;
}
</style>