Shades of Light Sea Green #0EC2AD
Tints of Light Sea Green #0EC2AD
RGB
CMYK
RGB Variations
Color information
#0EC2AD (or 0x0EC2AD) is known color: Light Sea Green. HEX triplet: 0E, C2 and AD. RGB value is (14,194,173). Sum of RGB (Red+Green+Blue) = 14+194+173=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC2AD is #F13D52. Grayscale: #898989. Windows color (decimal): -15809875 or 11387406. OLE color: 11387406.
HSL color Cylindrical-coordinate representation of color #0EC2AD: hue angle of 173º degrees, saturation: 0.87, 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 #0EC2AD is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 173 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.24 |
| HSL | 173º | 0.87% | 0.41% | - |
| HSV(B) | 173º | 0.93% | 0.76% | - |
| XYZ | 27.02 | 41.69 | 46.16 | - |
| YUV | 137.79 | 147.87 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 173 | 0.93 | 0 | 0.11 | 0.24 | 173 | 0.87 | 0.41 |
| Hex | E | C2 | AD | 5D | 0 | B | 18 | AD | 57 | 29 |
| Octal | 16 | 302 | 255 | 135 | 0 | 13 | 30 | 255 | 127 | 51 |
| Binary | 1110 | 11000010 | 10101101 | 1011101 | 0 | 1011 | 11000 | 10101101 | 1010111 | 101001 |
Color Harmonies of #0EC2AD
Complementary color
Monochromatic Colors of #0EC2AD
Black with #0EC2AD
Text Example
Text Example
White with #0EC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC2AD; }
p { color: rgb(14,194,173); }
H1.HeaderClassName
{
color: #0EC2AD;
}
.AnyTagClassName
{
color: #0EC2AD;
}
</style>
background-color css
<style>
a { background-color: #0EC2AD; }
a { background-color: rgb(14,194,173); }
div.DivClassName
{
background-color: #0EC2AD;
}
.BgClassName
{
background-color: #0EC2AD;
}
</style>
border-color css
<style>
span { border-color: #0EC2AD; }
span { border-color: rgb(14,194,173); }
td.TdClassName
{
border-color: #0EC2AD;
}
.TagClassName
{
border-color: #0EC2AD;
}
</style>