Shades of Light Sea Green #0EBDAB
Tints of Light Sea Green #0EBDAB
RGB
CMYK
RGB Variations
Color information
#0EBDAB (or 0x0EBDAB) is known color: Light Sea Green. HEX triplet: 0E, BD and AB. RGB value is (14,189,171). Sum of RGB (Red+Green+Blue) = 14+189+171=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBDAB is #F14254. Grayscale: #868686. Windows color (decimal): -15811157 or 11255054. OLE color: 11255054.
HSL color Cylindrical-coordinate representation of color #0EBDAB: hue angle of 173.83º 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 #0EBDAB is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 171 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.26 |
| HSL | 173.83º | 0.86% | 0.4% | - |
| HSV(B) | 173.83º | 0.93% | 0.74% | - |
| XYZ | 25.73 | 39.43 | 44.78 | - |
| YUV | 134.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 171 | 0.93 | 0 | 0.10 | 0.26 | 173.83 | 0.86 | 0.4 |
| Hex | E | BD | AB | 5D | 0 | A | 1A | AE | 56 | 28 |
| Octal | 16 | 275 | 253 | 135 | 0 | 12 | 32 | 256 | 126 | 50 |
| Binary | 1110 | 10111101 | 10101011 | 1011101 | 0 | 1010 | 11010 | 10101110 | 1010110 | 101000 |
Color Harmonies of #0EBDAB
Complementary color
Monochromatic Colors of #0EBDAB
Black with #0EBDAB
Text Example
Text Example
White with #0EBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBDAB; }
p { color: rgb(14,189,171); }
H1.HeaderClassName
{
color: #0EBDAB;
}
.AnyTagClassName
{
color: #0EBDAB;
}
</style>
background-color css
<style>
a { background-color: #0EBDAB; }
a { background-color: rgb(14,189,171); }
div.DivClassName
{
background-color: #0EBDAB;
}
.BgClassName
{
background-color: #0EBDAB;
}
</style>
border-color css
<style>
span { border-color: #0EBDAB; }
span { border-color: rgb(14,189,171); }
td.TdClassName
{
border-color: #0EBDAB;
}
.TagClassName
{
border-color: #0EBDAB;
}
</style>