Shades of Light Sea Green #0DA6AF
Tints of Light Sea Green #0DA6AF
RGB
CMYK
RGB Variations
Color information
#0DA6AF (or 0x0DA6AF) is known color: Light Sea Green. HEX triplet: 0D, A6 and AF. RGB value is (13,166,175). Sum of RGB (Red+Green+Blue) = 13+166+175=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #0DA6AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA6AF is #F25950. Grayscale: #797979. Windows color (decimal): -15882577 or 11511309. OLE color: 11511309.
HSL color Cylindrical-coordinate representation of color #0DA6AF: hue angle of 183.33º 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 #0DA6AF is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 166 | 175 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.31 |
| HSL | 183.33º | 0.86% | 0.37% | - |
| HSV(B) | 183.33º | 0.93% | 0.69% | - |
| XYZ | 21.54 | 30.45 | 45.3 | - |
| YUV | 121.28 | 158.31 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 175 | 0.93 | 0.05 | 0 | 0.31 | 183.33 | 0.86 | 0.37 |
| Hex | D | A6 | AF | 5D | 5 | 0 | 1F | B7 | 56 | 25 |
| Octal | 15 | 246 | 257 | 135 | 5 | 0 | 37 | 267 | 126 | 45 |
| Binary | 1101 | 10100110 | 10101111 | 1011101 | 101 | 0 | 11111 | 10110111 | 1010110 | 100101 |
Color Harmonies of #0DA6AF
Complementary color
Monochromatic Colors of #0DA6AF
Black with #0DA6AF
Text Example
Text Example
White with #0DA6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA6AF; }
p { color: rgb(13,166,175); }
H1.HeaderClassName
{
color: #0DA6AF;
}
.AnyTagClassName
{
color: #0DA6AF;
}
</style>
background-color css
<style>
a { background-color: #0DA6AF; }
a { background-color: rgb(13,166,175); }
div.DivClassName
{
background-color: #0DA6AF;
}
.BgClassName
{
background-color: #0DA6AF;
}
</style>
border-color css
<style>
span { border-color: #0DA6AF; }
span { border-color: rgb(13,166,175); }
td.TdClassName
{
border-color: #0DA6AF;
}
.TagClassName
{
border-color: #0DA6AF;
}
</style>