Shades of Light Sea Green #0EAAAF
Tints of Light Sea Green #0EAAAF
RGB
CMYK
RGB Variations
Color information
#0EAAAF (or 0x0EAAAF) is known color: Light Sea Green. HEX triplet: 0E, AA and AF. RGB value is (14,170,175). Sum of RGB (Red+Green+Blue) = 14+170+175=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #0EAAAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAAF is #F15550. Grayscale: #7B7B7B. Windows color (decimal): -15816017 or 11512334. OLE color: 11512334.
HSL color Cylindrical-coordinate representation of color #0EAAAF: hue angle of 181.86º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAAAF is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 170 | 175 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.31 |
| HSL | 181.86º | 0.85% | 0.37% | - |
| HSV(B) | 181.86º | 0.92% | 0.69% | - |
| XYZ | 22.29 | 31.94 | 45.55 | - |
| YUV | 123.93 | 156.82 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 175 | 0.92 | 0.03 | 0 | 0.31 | 181.86 | 0.85 | 0.37 |
| Hex | E | AA | AF | 5C | 3 | 0 | 1F | B6 | 55 | 25 |
| Octal | 16 | 252 | 257 | 134 | 3 | 0 | 37 | 266 | 125 | 45 |
| Binary | 1110 | 10101010 | 10101111 | 1011100 | 11 | 0 | 11111 | 10110110 | 1010101 | 100101 |
Color Harmonies of #0EAAAF
Complementary color
Monochromatic Colors of #0EAAAF
Black with #0EAAAF
Text Example
Text Example
White with #0EAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAAF; }
p { color: rgb(14,170,175); }
H1.HeaderClassName
{
color: #0EAAAF;
}
.AnyTagClassName
{
color: #0EAAAF;
}
</style>
background-color css
<style>
a { background-color: #0EAAAF; }
a { background-color: rgb(14,170,175); }
div.DivClassName
{
background-color: #0EAAAF;
}
.BgClassName
{
background-color: #0EAAAF;
}
</style>
border-color css
<style>
span { border-color: #0EAAAF; }
span { border-color: rgb(14,170,175); }
td.TdClassName
{
border-color: #0EAAAF;
}
.TagClassName
{
border-color: #0EAAAF;
}
</style>