Shades of Light Sea Green #0DB6B0
Tints of Light Sea Green #0DB6B0
RGB
CMYK
RGB Variations
Color information
#0DB6B0 (or 0x0DB6B0) is known color: Light Sea Green. HEX triplet: 0D, B6 and B0. RGB value is (13,182,176). Sum of RGB (Red+Green+Blue) = 13+182+176=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB6B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB6B0 is #F2494F. Grayscale: #828282. Windows color (decimal): -15878480 or 11580941. OLE color: 11580941.
HSL color Cylindrical-coordinate representation of color #0DB6B0: hue angle of 177.87º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB6B0 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 176 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.29 |
| HSL | 177.87º | 0.87% | 0.38% | - |
| HSV(B) | 177.87º | 0.93% | 0.71% | - |
| XYZ | 24.73 | 36.68 | 46.85 | - |
| YUV | 130.79 | 153.51 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 176 | 0.93 | 0 | 0.03 | 0.29 | 177.87 | 0.87 | 0.38 |
| Hex | D | B6 | B0 | 5D | 0 | 3 | 1D | B2 | 57 | 26 |
| Octal | 15 | 266 | 260 | 135 | 0 | 3 | 35 | 262 | 127 | 46 |
| Binary | 1101 | 10110110 | 10110000 | 1011101 | 0 | 11 | 11101 | 10110010 | 1010111 | 100110 |
Color Harmonies of #0DB6B0
Complementary color
Monochromatic Colors of #0DB6B0
Black with #0DB6B0
Text Example
Text Example
White with #0DB6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB6B0; }
p { color: rgb(13,182,176); }
H1.HeaderClassName
{
color: #0DB6B0;
}
.AnyTagClassName
{
color: #0DB6B0;
}
</style>
background-color css
<style>
a { background-color: #0DB6B0; }
a { background-color: rgb(13,182,176); }
div.DivClassName
{
background-color: #0DB6B0;
}
.BgClassName
{
background-color: #0DB6B0;
}
</style>
border-color css
<style>
span { border-color: #0DB6B0; }
span { border-color: rgb(13,182,176); }
td.TdClassName
{
border-color: #0DB6B0;
}
.TagClassName
{
border-color: #0DB6B0;
}
</style>