Shades of Light Sea Green #0DB79F
Tints of Light Sea Green #0DB79F
RGB
CMYK
RGB Variations
Color information
#0DB79F (or 0x0DB79F) is known color: Light Sea Green. HEX triplet: 0D, B7 and 9F. RGB value is (13,183,159). Sum of RGB (Red+Green+Blue) = 13+183+159=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB79F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB79F is #F24860. Grayscale: #818181. Windows color (decimal): -15878241 or 10467085. OLE color: 10467085.
HSL color Cylindrical-coordinate representation of color #0DB79F: hue angle of 171.53º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB79F is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 159 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.28 |
| HSL | 171.53º | 0.87% | 0.38% | - |
| HSV(B) | 171.53º | 0.93% | 0.72% | - |
| XYZ | 23.36 | 36.46 | 38.61 | - |
| YUV | 129.43 | 144.68 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 159 | 0.93 | 0 | 0.13 | 0.28 | 171.53 | 0.87 | 0.38 |
| Hex | D | B7 | 9F | 5D | 0 | D | 1C | AC | 57 | 26 |
| Octal | 15 | 267 | 237 | 135 | 0 | 15 | 34 | 254 | 127 | 46 |
| Binary | 1101 | 10110111 | 10011111 | 1011101 | 0 | 1101 | 11100 | 10101100 | 1010111 | 100110 |
Color Harmonies of #0DB79F
Complementary color
Monochromatic Colors of #0DB79F
Black with #0DB79F
Text Example
Text Example
White with #0DB79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB79F; }
p { color: rgb(13,183,159); }
H1.HeaderClassName
{
color: #0DB79F;
}
.AnyTagClassName
{
color: #0DB79F;
}
</style>
background-color css
<style>
a { background-color: #0DB79F; }
a { background-color: rgb(13,183,159); }
div.DivClassName
{
background-color: #0DB79F;
}
.BgClassName
{
background-color: #0DB79F;
}
</style>
border-color css
<style>
span { border-color: #0DB79F; }
span { border-color: rgb(13,183,159); }
td.TdClassName
{
border-color: #0DB79F;
}
.TagClassName
{
border-color: #0DB79F;
}
</style>