Shades of Light Sea Green #0EADAD
Tints of Light Sea Green #0EADAD
RGB
CMYK
RGB Variations
Color information
#0EADAD (or 0x0EADAD) is known color: Light Sea Green. HEX triplet: 0E, AD and AD. RGB value is (14,173,173). Sum of RGB (Red+Green+Blue) = 14+173+173=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #0EADAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADAD is #F15252. Grayscale: #7D7D7D. Windows color (decimal): -15815251 or 11382030. OLE color: 11382030.
HSL color Cylindrical-coordinate representation of color #0EADAD: hue angle of 180º 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 #0EADAD is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 173 | - |
| CMYK | 0.92 | 0 | 0 | 0.32 |
| HSL | 180º | 0.85% | 0.37% | - |
| HSV(B) | 180º | 0.92% | 0.68% | - |
| XYZ | 22.67 | 33 | 44.71 | - |
| YUV | 125.46 | 154.82 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 173 | 0.92 | 0 | 0 | 0.32 | 180 | 0.85 | 0.37 |
| Hex | E | AD | AD | 5C | 0 | 0 | 20 | B4 | 55 | 25 |
| Octal | 16 | 255 | 255 | 134 | 0 | 0 | 40 | 264 | 125 | 45 |
| Binary | 1110 | 10101101 | 10101101 | 1011100 | 0 | 0 | 100000 | 10110100 | 1010101 | 100101 |
Color Harmonies of #0EADAD
Complementary color
Monochromatic Colors of #0EADAD
Black with #0EADAD
Text Example
Text Example
White with #0EADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADAD; }
p { color: rgb(14,173,173); }
H1.HeaderClassName
{
color: #0EADAD;
}
.AnyTagClassName
{
color: #0EADAD;
}
</style>
background-color css
<style>
a { background-color: #0EADAD; }
a { background-color: rgb(14,173,173); }
div.DivClassName
{
background-color: #0EADAD;
}
.BgClassName
{
background-color: #0EADAD;
}
</style>
border-color css
<style>
span { border-color: #0EADAD; }
span { border-color: rgb(14,173,173); }
td.TdClassName
{
border-color: #0EADAD;
}
.TagClassName
{
border-color: #0EADAD;
}
</style>