Shades of Light Sea Green #0EA7AD
Tints of Light Sea Green #0EA7AD
RGB
CMYK
RGB Variations
Color information
#0EA7AD (or 0x0EA7AD) is known color: Light Sea Green. HEX triplet: 0E, A7 and AD. RGB value is (14,167,173). Sum of RGB (Red+Green+Blue) = 14+167+173=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #0EA7AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA7AD is #F15852. Grayscale: #797979. Windows color (decimal): -15816787 or 11380494. OLE color: 11380494.
HSL color Cylindrical-coordinate representation of color #0EA7AD: hue angle of 182.26º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA7AD is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 167 | 173 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.32 |
| HSL | 182.26º | 0.85% | 0.37% | - |
| HSV(B) | 182.26º | 0.92% | 0.68% | - |
| XYZ | 21.54 | 30.75 | 44.33 | - |
| YUV | 121.94 | 156.81 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 173 | 0.92 | 0.03 | 0 | 0.32 | 182.26 | 0.85 | 0.37 |
| Hex | E | A7 | AD | 5C | 3 | 0 | 20 | B6 | 55 | 25 |
| Octal | 16 | 247 | 255 | 134 | 3 | 0 | 40 | 266 | 125 | 45 |
| Binary | 1110 | 10100111 | 10101101 | 1011100 | 11 | 0 | 100000 | 10110110 | 1010101 | 100101 |
Color Harmonies of #0EA7AD
Complementary color
Monochromatic Colors of #0EA7AD
Black with #0EA7AD
Text Example
Text Example
White with #0EA7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA7AD; }
p { color: rgb(14,167,173); }
H1.HeaderClassName
{
color: #0EA7AD;
}
.AnyTagClassName
{
color: #0EA7AD;
}
</style>
background-color css
<style>
a { background-color: #0EA7AD; }
a { background-color: rgb(14,167,173); }
div.DivClassName
{
background-color: #0EA7AD;
}
.BgClassName
{
background-color: #0EA7AD;
}
</style>
border-color css
<style>
span { border-color: #0EA7AD; }
span { border-color: rgb(14,167,173); }
td.TdClassName
{
border-color: #0EA7AD;
}
.TagClassName
{
border-color: #0EA7AD;
}
</style>