Shades of Light Sea Green #0EAAAC
Tints of Light Sea Green #0EAAAC
RGB
CMYK
RGB Variations
Color information
#0EAAAC (or 0x0EAAAC) is known color: Light Sea Green. HEX triplet: 0E, AA and AC. RGB value is (14,170,172). Sum of RGB (Red+Green+Blue) = 14+170+172=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #0EAAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAAC is #F15553. Grayscale: #7B7B7B. Windows color (decimal): -15816020 or 11315726. OLE color: 11315726.
HSL color Cylindrical-coordinate representation of color #0EAAAC: hue angle of 180.76º 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 #0EAAAC is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 172 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.33 |
| HSL | 180.76º | 0.85% | 0.36% | - |
| HSV(B) | 180.76º | 0.92% | 0.67% | - |
| XYZ | 22 | 31.82 | 44.01 | - |
| YUV | 123.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 172 | 0.92 | 0.01 | 0 | 0.33 | 180.76 | 0.85 | 0.36 |
| Hex | E | AA | AC | 5C | 1 | 0 | 21 | B5 | 55 | 24 |
| Octal | 16 | 252 | 254 | 134 | 1 | 0 | 41 | 265 | 125 | 44 |
| Binary | 1110 | 10101010 | 10101100 | 1011100 | 1 | 0 | 100001 | 10110101 | 1010101 | 100100 |
Color Harmonies of #0EAAAC
Complementary color
Monochromatic Colors of #0EAAAC
Black with #0EAAAC
Text Example
Text Example
White with #0EAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAAC; }
p { color: rgb(14,170,172); }
H1.HeaderClassName
{
color: #0EAAAC;
}
.AnyTagClassName
{
color: #0EAAAC;
}
</style>
background-color css
<style>
a { background-color: #0EAAAC; }
a { background-color: rgb(14,170,172); }
div.DivClassName
{
background-color: #0EAAAC;
}
.BgClassName
{
background-color: #0EAAAC;
}
</style>
border-color css
<style>
span { border-color: #0EAAAC; }
span { border-color: rgb(14,170,172); }
td.TdClassName
{
border-color: #0EAAAC;
}
.TagClassName
{
border-color: #0EAAAC;
}
</style>