Shades of Light Sea Green #0EADA5
Tints of Light Sea Green #0EADA5
RGB
CMYK
RGB Variations
Color information
#0EADA5 (or 0x0EADA5) is known color: Light Sea Green. HEX triplet: 0E, AD and A5. RGB value is (14,173,165). Sum of RGB (Red+Green+Blue) = 14+173+165=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #0EADA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EADA5 is #F1525A. Grayscale: #7C7C7C. Windows color (decimal): -15815259 or 10857742. OLE color: 10857742.
HSL color Cylindrical-coordinate representation of color #0EADA5: hue angle of 176.98º 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 #0EADA5 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 165 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.32 |
| HSL | 176.98º | 0.85% | 0.37% | - |
| HSV(B) | 176.98º | 0.92% | 0.68% | - |
| XYZ | 21.92 | 32.7 | 40.75 | - |
| YUV | 124.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 165 | 0.92 | 0 | 0.05 | 0.32 | 176.98 | 0.85 | 0.37 |
| Hex | E | AD | A5 | 5C | 0 | 5 | 20 | B1 | 55 | 25 |
| Octal | 16 | 255 | 245 | 134 | 0 | 5 | 40 | 261 | 125 | 45 |
| Binary | 1110 | 10101101 | 10100101 | 1011100 | 0 | 101 | 100000 | 10110001 | 1010101 | 100101 |
Color Harmonies of #0EADA5
Complementary color
Monochromatic Colors of #0EADA5
Black with #0EADA5
Text Example
Text Example
White with #0EADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EADA5; }
p { color: rgb(14,173,165); }
H1.HeaderClassName
{
color: #0EADA5;
}
.AnyTagClassName
{
color: #0EADA5;
}
</style>
background-color css
<style>
a { background-color: #0EADA5; }
a { background-color: rgb(14,173,165); }
div.DivClassName
{
background-color: #0EADA5;
}
.BgClassName
{
background-color: #0EADA5;
}
</style>
border-color css
<style>
span { border-color: #0EADA5; }
span { border-color: rgb(14,173,165); }
td.TdClassName
{
border-color: #0EADA5;
}
.TagClassName
{
border-color: #0EADA5;
}
</style>