Shades of Light Sea Green #0EC3AF
Tints of Light Sea Green #0EC3AF
RGB
CMYK
RGB Variations
Color information
#0EC3AF (or 0x0EC3AF) is known color: Light Sea Green. HEX triplet: 0E, C3 and AF. RGB value is (14,195,175). Sum of RGB (Red+Green+Blue) = 14+195+175=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC3AF is #F13C50. Grayscale: #8A8A8A. Windows color (decimal): -15809617 or 11518734. OLE color: 11518734.
HSL color Cylindrical-coordinate representation of color #0EC3AF: hue angle of 173.37º 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 #0EC3AF is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 175 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.24 |
| HSL | 173.37º | 0.87% | 0.41% | - |
| HSV(B) | 173.37º | 0.93% | 0.76% | - |
| XYZ | 27.43 | 42.22 | 47.26 | - |
| YUV | 138.6 | 148.53 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 175 | 0.93 | 0 | 0.10 | 0.24 | 173.37 | 0.87 | 0.41 |
| Hex | E | C3 | AF | 5D | 0 | A | 18 | AD | 57 | 29 |
| Octal | 16 | 303 | 257 | 135 | 0 | 12 | 30 | 255 | 127 | 51 |
| Binary | 1110 | 11000011 | 10101111 | 1011101 | 0 | 1010 | 11000 | 10101101 | 1010111 | 101001 |
Color Harmonies of #0EC3AF
Complementary color
Monochromatic Colors of #0EC3AF
Black with #0EC3AF
Text Example
Text Example
White with #0EC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC3AF; }
p { color: rgb(14,195,175); }
H1.HeaderClassName
{
color: #0EC3AF;
}
.AnyTagClassName
{
color: #0EC3AF;
}
</style>
background-color css
<style>
a { background-color: #0EC3AF; }
a { background-color: rgb(14,195,175); }
div.DivClassName
{
background-color: #0EC3AF;
}
.BgClassName
{
background-color: #0EC3AF;
}
</style>
border-color css
<style>
span { border-color: #0EC3AF; }
span { border-color: rgb(14,195,175); }
td.TdClassName
{
border-color: #0EC3AF;
}
.TagClassName
{
border-color: #0EC3AF;
}
</style>