Shades of Light Sea Green #0EC1AD
Tints of Light Sea Green #0EC1AD
RGB
CMYK
RGB Variations
Color information
#0EC1AD (or 0x0EC1AD) is known color: Light Sea Green. HEX triplet: 0E, C1 and AD. RGB value is (14,193,173). Sum of RGB (Red+Green+Blue) = 14+193+173=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC1AD is #F13E52. Grayscale: #898989. Windows color (decimal): -15810131 or 11387150. OLE color: 11387150.
HSL color Cylindrical-coordinate representation of color #0EC1AD: hue angle of 173.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC1AD is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 173 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.24 |
| HSL | 173.3º | 0.86% | 0.41% | - |
| HSV(B) | 173.3º | 0.93% | 0.76% | - |
| XYZ | 26.79 | 41.25 | 46.09 | - |
| YUV | 137.2 | 148.2 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 173 | 0.93 | 0 | 0.10 | 0.24 | 173.3 | 0.86 | 0.41 |
| Hex | E | C1 | AD | 5D | 0 | A | 18 | AD | 56 | 29 |
| Octal | 16 | 301 | 255 | 135 | 0 | 12 | 30 | 255 | 126 | 51 |
| Binary | 1110 | 11000001 | 10101101 | 1011101 | 0 | 1010 | 11000 | 10101101 | 1010110 | 101001 |
Color Harmonies of #0EC1AD
Complementary color
Monochromatic Colors of #0EC1AD
Black with #0EC1AD
Text Example
Text Example
White with #0EC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC1AD; }
p { color: rgb(14,193,173); }
H1.HeaderClassName
{
color: #0EC1AD;
}
.AnyTagClassName
{
color: #0EC1AD;
}
</style>
background-color css
<style>
a { background-color: #0EC1AD; }
a { background-color: rgb(14,193,173); }
div.DivClassName
{
background-color: #0EC1AD;
}
.BgClassName
{
background-color: #0EC1AD;
}
</style>
border-color css
<style>
span { border-color: #0EC1AD; }
span { border-color: rgb(14,193,173); }
td.TdClassName
{
border-color: #0EC1AD;
}
.TagClassName
{
border-color: #0EC1AD;
}
</style>