Shades of Light Sea Green #0EACAA
Tints of Light Sea Green #0EACAA
RGB
CMYK
RGB Variations
Color information
#0EACAA (or 0x0EACAA) is known color: Light Sea Green. HEX triplet: 0E, AC and AA. RGB value is (14,172,170). Sum of RGB (Red+Green+Blue) = 14+172+170=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #0EACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EACAA is #F15355. Grayscale: #7C7C7C. Windows color (decimal): -15815510 or 11185166. OLE color: 11185166.
HSL color Cylindrical-coordinate representation of color #0EACAA: hue angle of 179.24º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EACAA is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 170 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.33 |
| HSL | 179.24º | 0.85% | 0.36% | - |
| HSV(B) | 179.24º | 0.92% | 0.67% | - |
| XYZ | 22.19 | 32.5 | 43.13 | - |
| YUV | 124.53 | 153.65 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 170 | 0.92 | 0 | 0.01 | 0.33 | 179.24 | 0.85 | 0.36 |
| Hex | E | AC | AA | 5C | 0 | 1 | 21 | B3 | 55 | 24 |
| Octal | 16 | 254 | 252 | 134 | 0 | 1 | 41 | 263 | 125 | 44 |
| Binary | 1110 | 10101100 | 10101010 | 1011100 | 0 | 1 | 100001 | 10110011 | 1010101 | 100100 |
Color Harmonies of #0EACAA
Complementary color
Monochromatic Colors of #0EACAA
Black with #0EACAA
Text Example
Text Example
White with #0EACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EACAA; }
p { color: rgb(14,172,170); }
H1.HeaderClassName
{
color: #0EACAA;
}
.AnyTagClassName
{
color: #0EACAA;
}
</style>
background-color css
<style>
a { background-color: #0EACAA; }
a { background-color: rgb(14,172,170); }
div.DivClassName
{
background-color: #0EACAA;
}
.BgClassName
{
background-color: #0EACAA;
}
</style>
border-color css
<style>
span { border-color: #0EACAA; }
span { border-color: rgb(14,172,170); }
td.TdClassName
{
border-color: #0EACAA;
}
.TagClassName
{
border-color: #0EACAA;
}
</style>