Shades of Light Sea Green #0EADA3
Tints of Light Sea Green #0EADA3
RGB
CMYK
RGB Variations
Color information
#0EADA3 (or 0x0EADA3) is known color: Light Sea Green. HEX triplet: 0E, AD and A3. RGB value is (14,173,163). Sum of RGB (Red+Green+Blue) = 14+173+163=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #0EADA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADA3 is #F1525C. Grayscale: #7C7C7C. Windows color (decimal): -15815261 or 10726670. OLE color: 10726670.
HSL color Cylindrical-coordinate representation of color #0EADA3: hue angle of 176.23º 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 #0EADA3 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 163 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.32 |
| HSL | 176.23º | 0.85% | 0.37% | - |
| HSV(B) | 176.23º | 0.92% | 0.68% | - |
| XYZ | 21.74 | 32.62 | 39.8 | - |
| YUV | 124.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 163 | 0.92 | 0 | 0.06 | 0.32 | 176.23 | 0.85 | 0.37 |
| Hex | E | AD | A3 | 5C | 0 | 6 | 20 | B0 | 55 | 25 |
| Octal | 16 | 255 | 243 | 134 | 0 | 6 | 40 | 260 | 125 | 45 |
| Binary | 1110 | 10101101 | 10100011 | 1011100 | 0 | 110 | 100000 | 10110000 | 1010101 | 100101 |
Color Harmonies of #0EADA3
Complementary color
Monochromatic Colors of #0EADA3
Black with #0EADA3
Text Example
Text Example
White with #0EADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADA3; }
p { color: rgb(14,173,163); }
H1.HeaderClassName
{
color: #0EADA3;
}
.AnyTagClassName
{
color: #0EADA3;
}
</style>
background-color css
<style>
a { background-color: #0EADA3; }
a { background-color: rgb(14,173,163); }
div.DivClassName
{
background-color: #0EADA3;
}
.BgClassName
{
background-color: #0EADA3;
}
</style>
border-color css
<style>
span { border-color: #0EADA3; }
span { border-color: rgb(14,173,163); }
td.TdClassName
{
border-color: #0EADA3;
}
.TagClassName
{
border-color: #0EADA3;
}
</style>