Shades of Light Sea Green #0EAEAC
Tints of Light Sea Green #0EAEAC
RGB
CMYK
RGB Variations
Color information
#0EAEAC (or 0x0EAEAC) is known color: Light Sea Green. HEX triplet: 0E, AE and AC. RGB value is (14,174,172). Sum of RGB (Red+Green+Blue) = 14+174+172=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAEAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAEAC is #F15153. Grayscale: #7D7D7D. Windows color (decimal): -15814996 or 11316750. OLE color: 11316750.
HSL color Cylindrical-coordinate representation of color #0EAEAC: hue angle of 179.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAEAC is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 174 | 172 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.32 |
| HSL | 179.25º | 0.85% | 0.37% | - |
| HSV(B) | 179.25º | 0.92% | 0.68% | - |
| XYZ | 22.76 | 33.34 | 44.27 | - |
| YUV | 125.93 | 153.99 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 172 | 0.92 | 0 | 0.01 | 0.32 | 179.25 | 0.85 | 0.37 |
| Hex | E | AE | AC | 5C | 0 | 1 | 20 | B3 | 55 | 25 |
| Octal | 16 | 256 | 254 | 134 | 0 | 1 | 40 | 263 | 125 | 45 |
| Binary | 1110 | 10101110 | 10101100 | 1011100 | 0 | 1 | 100000 | 10110011 | 1010101 | 100101 |
Color Harmonies of #0EAEAC
Complementary color
Monochromatic Colors of #0EAEAC
Black with #0EAEAC
Text Example
Text Example
White with #0EAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAEAC; }
p { color: rgb(14,174,172); }
H1.HeaderClassName
{
color: #0EAEAC;
}
.AnyTagClassName
{
color: #0EAEAC;
}
</style>
background-color css
<style>
a { background-color: #0EAEAC; }
a { background-color: rgb(14,174,172); }
div.DivClassName
{
background-color: #0EAEAC;
}
.BgClassName
{
background-color: #0EAEAC;
}
</style>
border-color css
<style>
span { border-color: #0EAEAC; }
span { border-color: rgb(14,174,172); }
td.TdClassName
{
border-color: #0EAEAC;
}
.TagClassName
{
border-color: #0EAEAC;
}
</style>