Shades of Light Sea Green #0DB7A0
Tints of Light Sea Green #0DB7A0
RGB
CMYK
RGB Variations
Color information
#0DB7A0 (or 0x0DB7A0) is known color: Light Sea Green. HEX triplet: 0D, B7 and A0. RGB value is (13,183,160). Sum of RGB (Red+Green+Blue) = 13+183+160=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB7A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB7A0 is #F2485F. Grayscale: #818181. Windows color (decimal): -15878240 or 10532621. OLE color: 10532621.
HSL color Cylindrical-coordinate representation of color #0DB7A0: hue angle of 171.88º 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 #0DB7A0 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 160 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.28 |
| HSL | 171.88º | 0.87% | 0.38% | - |
| HSV(B) | 171.88º | 0.93% | 0.72% | - |
| XYZ | 23.44 | 36.49 | 39.07 | - |
| YUV | 129.55 | 145.18 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 160 | 0.93 | 0 | 0.13 | 0.28 | 171.88 | 0.87 | 0.38 |
| Hex | D | B7 | A0 | 5D | 0 | D | 1C | AC | 57 | 26 |
| Octal | 15 | 267 | 240 | 135 | 0 | 15 | 34 | 254 | 127 | 46 |
| Binary | 1101 | 10110111 | 10100000 | 1011101 | 0 | 1101 | 11100 | 10101100 | 1010111 | 100110 |
Color Harmonies of #0DB7A0
Complementary color
Monochromatic Colors of #0DB7A0
Black with #0DB7A0
Text Example
Text Example
White with #0DB7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB7A0; }
p { color: rgb(13,183,160); }
H1.HeaderClassName
{
color: #0DB7A0;
}
.AnyTagClassName
{
color: #0DB7A0;
}
</style>
background-color css
<style>
a { background-color: #0DB7A0; }
a { background-color: rgb(13,183,160); }
div.DivClassName
{
background-color: #0DB7A0;
}
.BgClassName
{
background-color: #0DB7A0;
}
</style>
border-color css
<style>
span { border-color: #0DB7A0; }
span { border-color: rgb(13,183,160); }
td.TdClassName
{
border-color: #0DB7A0;
}
.TagClassName
{
border-color: #0DB7A0;
}
</style>