Shades of Light Sea Green #0DAEA4
Tints of Light Sea Green #0DAEA4
RGB
CMYK
RGB Variations
Color information
#0DAEA4 (or 0x0DAEA4) is known color: Light Sea Green. HEX triplet: 0D, AE and A4. RGB value is (13,174,164). Sum of RGB (Red+Green+Blue) = 13+174+164=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEA4 is #F2515B. Grayscale: #7C7C7C. Windows color (decimal): -15880540 or 10792461. OLE color: 10792461.
HSL color Cylindrical-coordinate representation of color #0DAEA4: hue angle of 176.27º 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 #0DAEA4 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 164 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.32 |
| HSL | 176.27º | 0.86% | 0.37% | - |
| HSV(B) | 176.27º | 0.93% | 0.68% | - |
| XYZ | 22 | 33.04 | 40.34 | - |
| YUV | 124.72 | 150.16 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 164 | 0.93 | 0 | 0.06 | 0.32 | 176.27 | 0.86 | 0.37 |
| Hex | D | AE | A4 | 5D | 0 | 6 | 20 | B0 | 56 | 25 |
| Octal | 15 | 256 | 244 | 135 | 0 | 6 | 40 | 260 | 126 | 45 |
| Binary | 1101 | 10101110 | 10100100 | 1011101 | 0 | 110 | 100000 | 10110000 | 1010110 | 100101 |
Color Harmonies of #0DAEA4
Complementary color
Monochromatic Colors of #0DAEA4
Black with #0DAEA4
Text Example
Text Example
White with #0DAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAEA4; }
p { color: rgb(13,174,164); }
H1.HeaderClassName
{
color: #0DAEA4;
}
.AnyTagClassName
{
color: #0DAEA4;
}
</style>
background-color css
<style>
a { background-color: #0DAEA4; }
a { background-color: rgb(13,174,164); }
div.DivClassName
{
background-color: #0DAEA4;
}
.BgClassName
{
background-color: #0DAEA4;
}
</style>
border-color css
<style>
span { border-color: #0DAEA4; }
span { border-color: rgb(13,174,164); }
td.TdClassName
{
border-color: #0DAEA4;
}
.TagClassName
{
border-color: #0DAEA4;
}
</style>