Shades of Light Sea Green #0EBDAF
Tints of Light Sea Green #0EBDAF
RGB
CMYK
RGB Variations
Color information
#0EBDAF (or 0x0EBDAF) is known color: Light Sea Green. HEX triplet: 0E, BD and AF. RGB value is (14,189,175). Sum of RGB (Red+Green+Blue) = 14+189+175=378 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.70% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBDAF is #F14250. Grayscale: #868686. Windows color (decimal): -15811153 or 11517198. OLE color: 11517198.
HSL color Cylindrical-coordinate representation of color #0EBDAF: hue angle of 175.2º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBDAF is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 175 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.26 |
| HSL | 175.2º | 0.86% | 0.4% | - |
| HSV(B) | 175.2º | 0.93% | 0.74% | - |
| XYZ | 26.12 | 39.58 | 46.82 | - |
| YUV | 135.08 | 150.52 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 175 | 0.93 | 0 | 0.07 | 0.26 | 175.2 | 0.86 | 0.4 |
| Hex | E | BD | AF | 5D | 0 | 7 | 1A | AF | 56 | 28 |
| Octal | 16 | 275 | 257 | 135 | 0 | 7 | 32 | 257 | 126 | 50 |
| Binary | 1110 | 10111101 | 10101111 | 1011101 | 0 | 111 | 11010 | 10101111 | 1010110 | 101000 |
Color Harmonies of #0EBDAF
Complementary color
Monochromatic Colors of #0EBDAF
Black with #0EBDAF
Text Example
Text Example
White with #0EBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDAF; }
p { color: rgb(14,189,175); }
H1.HeaderClassName
{
color: #0EBDAF;
}
.AnyTagClassName
{
color: #0EBDAF;
}
</style>
background-color css
<style>
a { background-color: #0EBDAF; }
a { background-color: rgb(14,189,175); }
div.DivClassName
{
background-color: #0EBDAF;
}
.BgClassName
{
background-color: #0EBDAF;
}
</style>
border-color css
<style>
span { border-color: #0EBDAF; }
span { border-color: rgb(14,189,175); }
td.TdClassName
{
border-color: #0EBDAF;
}
.TagClassName
{
border-color: #0EBDAF;
}
</style>