Shades of Light Sea Green #0EC3AC
Tints of Light Sea Green #0EC3AC
RGB
CMYK
RGB Variations
Color information
#0EC3AC (or 0x0EC3AC) is known color: Light Sea Green. HEX triplet: 0E, C3 and AC. RGB value is (14,195,172). Sum of RGB (Red+Green+Blue) = 14+195+172=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC3AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC3AC is #F13C53. Grayscale: #8A8A8A. Windows color (decimal): -15809620 or 11322126. OLE color: 11322126.
HSL color Cylindrical-coordinate representation of color #0EC3AC: hue angle of 172.38º 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 #0EC3AC is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 172 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.24 |
| HSL | 172.38º | 0.87% | 0.41% | - |
| HSV(B) | 172.38º | 0.93% | 0.76% | - |
| XYZ | 27.14 | 42.1 | 45.73 | - |
| YUV | 138.26 | 147.03 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 172 | 0.93 | 0 | 0.12 | 0.24 | 172.38 | 0.87 | 0.41 |
| Hex | E | C3 | AC | 5D | 0 | C | 18 | AC | 57 | 29 |
| Octal | 16 | 303 | 254 | 135 | 0 | 14 | 30 | 254 | 127 | 51 |
| Binary | 1110 | 11000011 | 10101100 | 1011101 | 0 | 1100 | 11000 | 10101100 | 1010111 | 101001 |
Color Harmonies of #0EC3AC
Complementary color
Monochromatic Colors of #0EC3AC
Black with #0EC3AC
Text Example
Text Example
White with #0EC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC3AC; }
p { color: rgb(14,195,172); }
H1.HeaderClassName
{
color: #0EC3AC;
}
.AnyTagClassName
{
color: #0EC3AC;
}
</style>
background-color css
<style>
a { background-color: #0EC3AC; }
a { background-color: rgb(14,195,172); }
div.DivClassName
{
background-color: #0EC3AC;
}
.BgClassName
{
background-color: #0EC3AC;
}
</style>
border-color css
<style>
span { border-color: #0EC3AC; }
span { border-color: rgb(14,195,172); }
td.TdClassName
{
border-color: #0EC3AC;
}
.TagClassName
{
border-color: #0EC3AC;
}
</style>