Shades of Light Sea Green #0EA8AC
Tints of Light Sea Green #0EA8AC
RGB
CMYK
RGB Variations
Color information
#0EA8AC (or 0x0EA8AC) is known color: Light Sea Green. HEX triplet: 0E, A8 and AC. RGB value is (14,168,172). Sum of RGB (Red+Green+Blue) = 14+168+172=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #0EA8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA8AC is #F15753. Grayscale: #7A7A7A. Windows color (decimal): -15816532 or 11315214. OLE color: 11315214.
HSL color Cylindrical-coordinate representation of color #0EA8AC: hue angle of 181.52º 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 #0EA8AC is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 168 | 172 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.33 |
| HSL | 181.52º | 0.85% | 0.36% | - |
| HSV(B) | 181.52º | 0.92% | 0.67% | - |
| XYZ | 21.63 | 31.08 | 43.89 | - |
| YUV | 122.41 | 155.98 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 168 | 172 | 0.92 | 0.02 | 0 | 0.33 | 181.52 | 0.85 | 0.36 |
| Hex | E | A8 | AC | 5C | 2 | 0 | 21 | B6 | 55 | 24 |
| Octal | 16 | 250 | 254 | 134 | 2 | 0 | 41 | 266 | 125 | 44 |
| Binary | 1110 | 10101000 | 10101100 | 1011100 | 10 | 0 | 100001 | 10110110 | 1010101 | 100100 |
Color Harmonies of #0EA8AC
Complementary color
Monochromatic Colors of #0EA8AC
Black with #0EA8AC
Text Example
Text Example
White with #0EA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA8AC; }
p { color: rgb(14,168,172); }
H1.HeaderClassName
{
color: #0EA8AC;
}
.AnyTagClassName
{
color: #0EA8AC;
}
</style>
background-color css
<style>
a { background-color: #0EA8AC; }
a { background-color: rgb(14,168,172); }
div.DivClassName
{
background-color: #0EA8AC;
}
.BgClassName
{
background-color: #0EA8AC;
}
</style>
border-color css
<style>
span { border-color: #0EA8AC; }
span { border-color: rgb(14,168,172); }
td.TdClassName
{
border-color: #0EA8AC;
}
.TagClassName
{
border-color: #0EA8AC;
}
</style>