Shades of Light Sea Green #0DB6AA
Tints of Light Sea Green #0DB6AA
RGB
CMYK
RGB Variations
Color information
#0DB6AA (or 0x0DB6AA) is known color: Light Sea Green. HEX triplet: 0D, B6 and AA. RGB value is (13,182,170). Sum of RGB (Red+Green+Blue) = 13+182+170=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB6AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB6AA is #F24955. Grayscale: #818181. Windows color (decimal): -15878486 or 11187725. OLE color: 11187725.
HSL color Cylindrical-coordinate representation of color #0DB6AA: hue angle of 175.74º 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 #0DB6AA is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 170 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.29 |
| HSL | 175.74º | 0.87% | 0.38% | - |
| HSV(B) | 175.74º | 0.93% | 0.71% | - |
| XYZ | 24.15 | 36.44 | 43.79 | - |
| YUV | 130.1 | 150.51 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 170 | 0.93 | 0 | 0.07 | 0.29 | 175.74 | 0.87 | 0.38 |
| Hex | D | B6 | AA | 5D | 0 | 7 | 1D | B0 | 57 | 26 |
| Octal | 15 | 266 | 252 | 135 | 0 | 7 | 35 | 260 | 127 | 46 |
| Binary | 1101 | 10110110 | 10101010 | 1011101 | 0 | 111 | 11101 | 10110000 | 1010111 | 100110 |
Color Harmonies of #0DB6AA
Complementary color
Monochromatic Colors of #0DB6AA
Black with #0DB6AA
Text Example
Text Example
White with #0DB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB6AA; }
p { color: rgb(13,182,170); }
H1.HeaderClassName
{
color: #0DB6AA;
}
.AnyTagClassName
{
color: #0DB6AA;
}
</style>
background-color css
<style>
a { background-color: #0DB6AA; }
a { background-color: rgb(13,182,170); }
div.DivClassName
{
background-color: #0DB6AA;
}
.BgClassName
{
background-color: #0DB6AA;
}
</style>
border-color css
<style>
span { border-color: #0DB6AA; }
span { border-color: rgb(13,182,170); }
td.TdClassName
{
border-color: #0DB6AA;
}
.TagClassName
{
border-color: #0DB6AA;
}
</style>