Shades of Light Sea Green #0EACAF
Tints of Light Sea Green #0EACAF
RGB
CMYK
RGB Variations
Color information
#0EACAF (or 0x0EACAF) is known color: Light Sea Green. HEX triplet: 0E, AC and AF. RGB value is (14,172,175). Sum of RGB (Red+Green+Blue) = 14+172+175=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #0EACAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EACAF is #F15350. Grayscale: #7C7C7C. Windows color (decimal): -15815505 or 11512846. OLE color: 11512846.
HSL color Cylindrical-coordinate representation of color #0EACAF: hue angle of 181.12º 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 #0EACAF is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 172 | 175 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.31 |
| HSL | 181.12º | 0.85% | 0.37% | - |
| HSV(B) | 181.12º | 0.92% | 0.69% | - |
| XYZ | 22.67 | 32.69 | 45.67 | - |
| YUV | 125.1 | 156.15 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 175 | 0.92 | 0.02 | 0 | 0.31 | 181.12 | 0.85 | 0.37 |
| Hex | E | AC | AF | 5C | 2 | 0 | 1F | B5 | 55 | 25 |
| Octal | 16 | 254 | 257 | 134 | 2 | 0 | 37 | 265 | 125 | 45 |
| Binary | 1110 | 10101100 | 10101111 | 1011100 | 10 | 0 | 11111 | 10110101 | 1010101 | 100101 |
Color Harmonies of #0EACAF
Complementary color
Monochromatic Colors of #0EACAF
Black with #0EACAF
Text Example
Text Example
White with #0EACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EACAF; }
p { color: rgb(14,172,175); }
H1.HeaderClassName
{
color: #0EACAF;
}
.AnyTagClassName
{
color: #0EACAF;
}
</style>
background-color css
<style>
a { background-color: #0EACAF; }
a { background-color: rgb(14,172,175); }
div.DivClassName
{
background-color: #0EACAF;
}
.BgClassName
{
background-color: #0EACAF;
}
</style>
border-color css
<style>
span { border-color: #0EACAF; }
span { border-color: rgb(14,172,175); }
td.TdClassName
{
border-color: #0EACAF;
}
.TagClassName
{
border-color: #0EACAF;
}
</style>