Shades of Light Sea Green #0DB8A0
Tints of Light Sea Green #0DB8A0
RGB
CMYK
RGB Variations
Color information
#0DB8A0 (or 0x0DB8A0) is known color: Light Sea Green. HEX triplet: 0D, B8 and A0. RGB value is (13,184,160). Sum of RGB (Red+Green+Blue) = 13+184+160=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB8A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB8A0 is #F2475F. Grayscale: #828282. Windows color (decimal): -15877984 or 10532877. OLE color: 10532877.
HSL color Cylindrical-coordinate representation of color #0DB8A0: hue angle of 171.58º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB8A0 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 160 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.28 |
| HSL | 171.58º | 0.87% | 0.39% | - |
| HSV(B) | 171.58º | 0.93% | 0.72% | - |
| XYZ | 23.65 | 36.9 | 39.13 | - |
| YUV | 130.14 | 144.85 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 160 | 0.93 | 0 | 0.13 | 0.28 | 171.58 | 0.87 | 0.39 |
| Hex | D | B8 | A0 | 5D | 0 | D | 1C | AC | 57 | 27 |
| Octal | 15 | 270 | 240 | 135 | 0 | 15 | 34 | 254 | 127 | 47 |
| Binary | 1101 | 10111000 | 10100000 | 1011101 | 0 | 1101 | 11100 | 10101100 | 1010111 | 100111 |
Color Harmonies of #0DB8A0
Complementary color
Monochromatic Colors of #0DB8A0
Black with #0DB8A0
Text Example
Text Example
White with #0DB8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB8A0; }
p { color: rgb(13,184,160); }
H1.HeaderClassName
{
color: #0DB8A0;
}
.AnyTagClassName
{
color: #0DB8A0;
}
</style>
background-color css
<style>
a { background-color: #0DB8A0; }
a { background-color: rgb(13,184,160); }
div.DivClassName
{
background-color: #0DB8A0;
}
.BgClassName
{
background-color: #0DB8A0;
}
</style>
border-color css
<style>
span { border-color: #0DB8A0; }
span { border-color: rgb(13,184,160); }
td.TdClassName
{
border-color: #0DB8A0;
}
.TagClassName
{
border-color: #0DB8A0;
}
</style>