Shades of Light Sea Green #0EAAA6
Tints of Light Sea Green #0EAAA6
RGB
CMYK
RGB Variations
Color information
#0EAAA6 (or 0x0EAAA6) is known color: Light Sea Green. HEX triplet: 0E, AA and A6. RGB value is (14,170,166). Sum of RGB (Red+Green+Blue) = 14+170+166=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAAA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAA6 is #F15559. Grayscale: #7A7A7A. Windows color (decimal): -15816026 or 10922510. OLE color: 10922510.
HSL color Cylindrical-coordinate representation of color #0EAAA6: hue angle of 178.46º 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 #0EAAA6 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 166 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.33 |
| HSL | 178.46º | 0.85% | 0.36% | - |
| HSV(B) | 178.46º | 0.92% | 0.67% | - |
| XYZ | 21.44 | 31.6 | 41.05 | - |
| YUV | 122.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 166 | 0.92 | 0 | 0.02 | 0.33 | 178.46 | 0.85 | 0.36 |
| Hex | E | AA | A6 | 5C | 0 | 2 | 21 | B2 | 55 | 24 |
| Octal | 16 | 252 | 246 | 134 | 0 | 2 | 41 | 262 | 125 | 44 |
| Binary | 1110 | 10101010 | 10100110 | 1011100 | 0 | 10 | 100001 | 10110010 | 1010101 | 100100 |
Color Harmonies of #0EAAA6
Complementary color
Monochromatic Colors of #0EAAA6
Black with #0EAAA6
Text Example
Text Example
White with #0EAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAA6; }
p { color: rgb(14,170,166); }
H1.HeaderClassName
{
color: #0EAAA6;
}
.AnyTagClassName
{
color: #0EAAA6;
}
</style>
background-color css
<style>
a { background-color: #0EAAA6; }
a { background-color: rgb(14,170,166); }
div.DivClassName
{
background-color: #0EAAA6;
}
.BgClassName
{
background-color: #0EAAA6;
}
</style>
border-color css
<style>
span { border-color: #0EAAA6; }
span { border-color: rgb(14,170,166); }
td.TdClassName
{
border-color: #0EAAA6;
}
.TagClassName
{
border-color: #0EAAA6;
}
</style>