Shades of Light Sea Green #0DB9AD
Tints of Light Sea Green #0DB9AD
RGB
CMYK
RGB Variations
Color information
#0DB9AD (or 0x0DB9AD) is known color: Light Sea Green. HEX triplet: 0D, B9 and AD. RGB value is (13,185,173). Sum of RGB (Red+Green+Blue) = 13+185+173=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB9AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB9AD is #F24652. Grayscale: #848484. Windows color (decimal): -15877715 or 11385101. OLE color: 11385101.
HSL color Cylindrical-coordinate representation of color #0DB9AD: hue angle of 175.81º 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 #0DB9AD is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 173 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.27 |
| HSL | 175.81º | 0.87% | 0.39% | - |
| HSV(B) | 175.81º | 0.93% | 0.73% | - |
| XYZ | 25.06 | 37.8 | 45.51 | - |
| YUV | 132.2 | 151.02 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 173 | 0.93 | 0 | 0.06 | 0.27 | 175.81 | 0.87 | 0.39 |
| Hex | D | B9 | AD | 5D | 0 | 6 | 1B | B0 | 57 | 27 |
| Octal | 15 | 271 | 255 | 135 | 0 | 6 | 33 | 260 | 127 | 47 |
| Binary | 1101 | 10111001 | 10101101 | 1011101 | 0 | 110 | 11011 | 10110000 | 1010111 | 100111 |
Color Harmonies of #0DB9AD
Complementary color
Monochromatic Colors of #0DB9AD
Black with #0DB9AD
Text Example
Text Example
White with #0DB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB9AD; }
p { color: rgb(13,185,173); }
H1.HeaderClassName
{
color: #0DB9AD;
}
.AnyTagClassName
{
color: #0DB9AD;
}
</style>
background-color css
<style>
a { background-color: #0DB9AD; }
a { background-color: rgb(13,185,173); }
div.DivClassName
{
background-color: #0DB9AD;
}
.BgClassName
{
background-color: #0DB9AD;
}
</style>
border-color css
<style>
span { border-color: #0DB9AD; }
span { border-color: rgb(13,185,173); }
td.TdClassName
{
border-color: #0DB9AD;
}
.TagClassName
{
border-color: #0DB9AD;
}
</style>