Shades of Light Sea Green #0DB6A6
Tints of Light Sea Green #0DB6A6
RGB
CMYK
RGB Variations
Color information
#0DB6A6 (or 0x0DB6A6) is known color: Light Sea Green. HEX triplet: 0D, B6 and A6. RGB value is (13,182,166). Sum of RGB (Red+Green+Blue) = 13+182+166=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB6A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB6A6 is #F24959. Grayscale: #818181. Windows color (decimal): -15878490 or 10925581. OLE color: 10925581.
HSL color Cylindrical-coordinate representation of color #0DB6A6: hue angle of 174.32º 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 #0DB6A6 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 166 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.29 |
| HSL | 174.32º | 0.87% | 0.38% | - |
| HSV(B) | 174.32º | 0.93% | 0.71% | - |
| XYZ | 23.78 | 36.29 | 41.83 | - |
| YUV | 129.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 166 | 0.93 | 0 | 0.09 | 0.29 | 174.32 | 0.87 | 0.38 |
| Hex | D | B6 | A6 | 5D | 0 | 9 | 1D | AE | 57 | 26 |
| Octal | 15 | 266 | 246 | 135 | 0 | 11 | 35 | 256 | 127 | 46 |
| Binary | 1101 | 10110110 | 10100110 | 1011101 | 0 | 1001 | 11101 | 10101110 | 1010111 | 100110 |
Color Harmonies of #0DB6A6
Complementary color
Monochromatic Colors of #0DB6A6
Black with #0DB6A6
Text Example
Text Example
White with #0DB6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB6A6; }
p { color: rgb(13,182,166); }
H1.HeaderClassName
{
color: #0DB6A6;
}
.AnyTagClassName
{
color: #0DB6A6;
}
</style>
background-color css
<style>
a { background-color: #0DB6A6; }
a { background-color: rgb(13,182,166); }
div.DivClassName
{
background-color: #0DB6A6;
}
.BgClassName
{
background-color: #0DB6A6;
}
</style>
border-color css
<style>
span { border-color: #0DB6A6; }
span { border-color: rgb(13,182,166); }
td.TdClassName
{
border-color: #0DB6A6;
}
.TagClassName
{
border-color: #0DB6A6;
}
</style>