Shades of Light Sea Green #0DAAAF
Tints of Light Sea Green #0DAAAF
RGB
CMYK
RGB Variations
Color information
#0DAAAF (or 0x0DAAAF) is known color: Light Sea Green. HEX triplet: 0D, AA and AF. RGB value is (13,170,175). Sum of RGB (Red+Green+Blue) = 13+170+175=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #0DAAAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAAF is #F25550. Grayscale: #7B7B7B. Windows color (decimal): -15881553 or 11512333. OLE color: 11512333.
HSL color Cylindrical-coordinate representation of color #0DAAAF: hue angle of 181.85º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAAAF is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 170 | 175 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.31 |
| HSL | 181.85º | 0.86% | 0.37% | - |
| HSV(B) | 181.85º | 0.93% | 0.69% | - |
| XYZ | 22.28 | 31.93 | 45.55 | - |
| YUV | 123.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 175 | 0.93 | 0.03 | 0 | 0.31 | 181.85 | 0.86 | 0.37 |
| Hex | D | AA | AF | 5D | 3 | 0 | 1F | B6 | 56 | 25 |
| Octal | 15 | 252 | 257 | 135 | 3 | 0 | 37 | 266 | 126 | 45 |
| Binary | 1101 | 10101010 | 10101111 | 1011101 | 11 | 0 | 11111 | 10110110 | 1010110 | 100101 |
Color Harmonies of #0DAAAF
Complementary color
Monochromatic Colors of #0DAAAF
Black with #0DAAAF
Text Example
Text Example
White with #0DAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAAF; }
p { color: rgb(13,170,175); }
H1.HeaderClassName
{
color: #0DAAAF;
}
.AnyTagClassName
{
color: #0DAAAF;
}
</style>
background-color css
<style>
a { background-color: #0DAAAF; }
a { background-color: rgb(13,170,175); }
div.DivClassName
{
background-color: #0DAAAF;
}
.BgClassName
{
background-color: #0DAAAF;
}
</style>
border-color css
<style>
span { border-color: #0DAAAF; }
span { border-color: rgb(13,170,175); }
td.TdClassName
{
border-color: #0DAAAF;
}
.TagClassName
{
border-color: #0DAAAF;
}
</style>