Shades of Light Sea Green #0DB99F
Tints of Light Sea Green #0DB99F
RGB
CMYK
RGB Variations
Color information
#0DB99F (or 0x0DB99F) is known color: Light Sea Green. HEX triplet: 0D, B9 and 9F. RGB value is (13,185,159). Sum of RGB (Red+Green+Blue) = 13+185+159=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB99F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB99F is #F24660. Grayscale: #828282. Windows color (decimal): -15877729 or 10467597. OLE color: 10467597.
HSL color Cylindrical-coordinate representation of color #0DB99F: hue angle of 170.93º 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 #0DB99F is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 159 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.27 |
| HSL | 170.93º | 0.87% | 0.39% | - |
| HSV(B) | 170.93º | 0.93% | 0.73% | - |
| XYZ | 23.77 | 37.29 | 38.74 | - |
| YUV | 130.61 | 144.02 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 159 | 0.93 | 0 | 0.14 | 0.27 | 170.93 | 0.87 | 0.39 |
| Hex | D | B9 | 9F | 5D | 0 | E | 1B | AB | 57 | 27 |
| Octal | 15 | 271 | 237 | 135 | 0 | 16 | 33 | 253 | 127 | 47 |
| Binary | 1101 | 10111001 | 10011111 | 1011101 | 0 | 1110 | 11011 | 10101011 | 1010111 | 100111 |
Color Harmonies of #0DB99F
Complementary color
Monochromatic Colors of #0DB99F
Black with #0DB99F
Text Example
Text Example
White with #0DB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB99F; }
p { color: rgb(13,185,159); }
H1.HeaderClassName
{
color: #0DB99F;
}
.AnyTagClassName
{
color: #0DB99F;
}
</style>
background-color css
<style>
a { background-color: #0DB99F; }
a { background-color: rgb(13,185,159); }
div.DivClassName
{
background-color: #0DB99F;
}
.BgClassName
{
background-color: #0DB99F;
}
</style>
border-color css
<style>
span { border-color: #0DB99F; }
span { border-color: rgb(13,185,159); }
td.TdClassName
{
border-color: #0DB99F;
}
.TagClassName
{
border-color: #0DB99F;
}
</style>