Shades of Light Sea Green #0EADA2
Tints of Light Sea Green #0EADA2
RGB
CMYK
RGB Variations
Color information
#0EADA2 (or 0x0EADA2) is known color: Light Sea Green. HEX triplet: 0E, AD and A2. RGB value is (14,173,162). Sum of RGB (Red+Green+Blue) = 14+173+162=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #0EADA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADA2 is #F1525D. Grayscale: #7C7C7C. Windows color (decimal): -15815262 or 10661134. OLE color: 10661134.
HSL color Cylindrical-coordinate representation of color #0EADA2: hue angle of 175.85º 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 #0EADA2 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 162 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.32 |
| HSL | 175.85º | 0.85% | 0.37% | - |
| HSV(B) | 175.85º | 0.92% | 0.68% | - |
| XYZ | 21.65 | 32.59 | 39.33 | - |
| YUV | 124.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 162 | 0.92 | 0 | 0.06 | 0.32 | 175.85 | 0.85 | 0.37 |
| Hex | E | AD | A2 | 5C | 0 | 6 | 20 | B0 | 55 | 25 |
| Octal | 16 | 255 | 242 | 134 | 0 | 6 | 40 | 260 | 125 | 45 |
| Binary | 1110 | 10101101 | 10100010 | 1011100 | 0 | 110 | 100000 | 10110000 | 1010101 | 100101 |
Color Harmonies of #0EADA2
Complementary color
Monochromatic Colors of #0EADA2
Black with #0EADA2
Text Example
Text Example
White with #0EADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADA2; }
p { color: rgb(14,173,162); }
H1.HeaderClassName
{
color: #0EADA2;
}
.AnyTagClassName
{
color: #0EADA2;
}
</style>
background-color css
<style>
a { background-color: #0EADA2; }
a { background-color: rgb(14,173,162); }
div.DivClassName
{
background-color: #0EADA2;
}
.BgClassName
{
background-color: #0EADA2;
}
</style>
border-color css
<style>
span { border-color: #0EADA2; }
span { border-color: rgb(14,173,162); }
td.TdClassName
{
border-color: #0EADA2;
}
.TagClassName
{
border-color: #0EADA2;
}
</style>