Shades of Light Sea Green #0EBBAF
Tints of Light Sea Green #0EBBAF
RGB
CMYK
RGB Variations
Color information
#0EBBAF (or 0x0EBBAF) is known color: Light Sea Green. HEX triplet: 0E, BB and AF. RGB value is (14,187,175). Sum of RGB (Red+Green+Blue) = 14+187+175=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBBAF is #F14450. Grayscale: #858585. Windows color (decimal): -15811665 or 11516686. OLE color: 11516686.
HSL color Cylindrical-coordinate representation of color #0EBBAF: hue angle of 175.84º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBBAF is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 175 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.27 |
| HSL | 175.84º | 0.86% | 0.39% | - |
| HSV(B) | 175.84º | 0.93% | 0.73% | - |
| XYZ | 25.69 | 38.73 | 46.68 | - |
| YUV | 133.91 | 151.19 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 175 | 0.93 | 0 | 0.06 | 0.27 | 175.84 | 0.86 | 0.39 |
| Hex | E | BB | AF | 5D | 0 | 6 | 1B | B0 | 56 | 27 |
| Octal | 16 | 273 | 257 | 135 | 0 | 6 | 33 | 260 | 126 | 47 |
| Binary | 1110 | 10111011 | 10101111 | 1011101 | 0 | 110 | 11011 | 10110000 | 1010110 | 100111 |
Color Harmonies of #0EBBAF
Complementary color
Monochromatic Colors of #0EBBAF
Black with #0EBBAF
Text Example
Text Example
White with #0EBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBAF; }
p { color: rgb(14,187,175); }
H1.HeaderClassName
{
color: #0EBBAF;
}
.AnyTagClassName
{
color: #0EBBAF;
}
</style>
background-color css
<style>
a { background-color: #0EBBAF; }
a { background-color: rgb(14,187,175); }
div.DivClassName
{
background-color: #0EBBAF;
}
.BgClassName
{
background-color: #0EBBAF;
}
</style>
border-color css
<style>
span { border-color: #0EBBAF; }
span { border-color: rgb(14,187,175); }
td.TdClassName
{
border-color: #0EBBAF;
}
.TagClassName
{
border-color: #0EBBAF;
}
</style>