Shades of Light Sea Green #0DAEA6
Tints of Light Sea Green #0DAEA6
RGB
CMYK
RGB Variations
Color information
#0DAEA6 (or 0x0DAEA6) is known color: Light Sea Green. HEX triplet: 0D, AE and A6. RGB value is (13,174,166). Sum of RGB (Red+Green+Blue) = 13+174+166=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEA6 is #F25159. Grayscale: #7C7C7C. Windows color (decimal): -15880538 or 10923533. OLE color: 10923533.
HSL color Cylindrical-coordinate representation of color #0DAEA6: hue angle of 177.02º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAEA6 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 166 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.32 |
| HSL | 177.02º | 0.86% | 0.37% | - |
| HSV(B) | 177.02º | 0.93% | 0.68% | - |
| XYZ | 22.18 | 33.11 | 41.3 | - |
| YUV | 124.95 | 151.16 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 166 | 0.93 | 0 | 0.05 | 0.32 | 177.02 | 0.86 | 0.37 |
| Hex | D | AE | A6 | 5D | 0 | 5 | 20 | B1 | 56 | 25 |
| Octal | 15 | 256 | 246 | 135 | 0 | 5 | 40 | 261 | 126 | 45 |
| Binary | 1101 | 10101110 | 10100110 | 1011101 | 0 | 101 | 100000 | 10110001 | 1010110 | 100101 |
Color Harmonies of #0DAEA6
Complementary color
Monochromatic Colors of #0DAEA6
Black with #0DAEA6
Text Example
Text Example
White with #0DAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEA6; }
p { color: rgb(13,174,166); }
H1.HeaderClassName
{
color: #0DAEA6;
}
.AnyTagClassName
{
color: #0DAEA6;
}
</style>
background-color css
<style>
a { background-color: #0DAEA6; }
a { background-color: rgb(13,174,166); }
div.DivClassName
{
background-color: #0DAEA6;
}
.BgClassName
{
background-color: #0DAEA6;
}
</style>
border-color css
<style>
span { border-color: #0DAEA6; }
span { border-color: rgb(13,174,166); }
td.TdClassName
{
border-color: #0DAEA6;
}
.TagClassName
{
border-color: #0DAEA6;
}
</style>