Shades of Light Sea Green #0EC3AD
Tints of Light Sea Green #0EC3AD
RGB
CMYK
RGB Variations
Color information
#0EC3AD (or 0x0EC3AD) is known color: Light Sea Green. HEX triplet: 0E, C3 and AD. RGB value is (14,195,173). Sum of RGB (Red+Green+Blue) = 14+195+173=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC3AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC3AD is #F13C52. Grayscale: #8A8A8A. Windows color (decimal): -15809619 or 11387662. OLE color: 11387662.
HSL color Cylindrical-coordinate representation of color #0EC3AD: hue angle of 172.71º 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 #0EC3AD is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 173 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.24 |
| HSL | 172.71º | 0.87% | 0.41% | - |
| HSV(B) | 172.71º | 0.93% | 0.76% | - |
| XYZ | 27.24 | 42.14 | 46.23 | - |
| YUV | 138.37 | 147.53 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 173 | 0.93 | 0 | 0.11 | 0.24 | 172.71 | 0.87 | 0.41 |
| Hex | E | C3 | AD | 5D | 0 | B | 18 | AD | 57 | 29 |
| Octal | 16 | 303 | 255 | 135 | 0 | 13 | 30 | 255 | 127 | 51 |
| Binary | 1110 | 11000011 | 10101101 | 1011101 | 0 | 1011 | 11000 | 10101101 | 1010111 | 101001 |
Color Harmonies of #0EC3AD
Complementary color
Monochromatic Colors of #0EC3AD
Black with #0EC3AD
Text Example
Text Example
White with #0EC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC3AD; }
p { color: rgb(14,195,173); }
H1.HeaderClassName
{
color: #0EC3AD;
}
.AnyTagClassName
{
color: #0EC3AD;
}
</style>
background-color css
<style>
a { background-color: #0EC3AD; }
a { background-color: rgb(14,195,173); }
div.DivClassName
{
background-color: #0EC3AD;
}
.BgClassName
{
background-color: #0EC3AD;
}
</style>
border-color css
<style>
span { border-color: #0EC3AD; }
span { border-color: rgb(14,195,173); }
td.TdClassName
{
border-color: #0EC3AD;
}
.TagClassName
{
border-color: #0EC3AD;
}
</style>