Shades of Light Sea Green #0EAAB2
Tints of Light Sea Green #0EAAB2
RGB
CMYK
RGB Variations
Color information
#0EAAB2 (or 0x0EAAB2) is known color: Light Sea Green. HEX triplet: 0E, AA and B2. RGB value is (14,170,178). Sum of RGB (Red+Green+Blue) = 14+170+178=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #0EAAB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAB2 is #F1554D. Grayscale: #7C7C7C. Windows color (decimal): -15816014 or 11708942. OLE color: 11708942.
HSL color Cylindrical-coordinate representation of color #0EAAB2: hue angle of 182.93º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAAB2 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 170 | 178 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.30 |
| HSL | 182.93º | 0.85% | 0.38% | - |
| HSV(B) | 182.93º | 0.92% | 0.7% | - |
| XYZ | 22.59 | 32.06 | 47.12 | - |
| YUV | 124.27 | 158.32 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 178 | 0.92 | 0.04 | 0 | 0.30 | 182.93 | 0.85 | 0.38 |
| Hex | E | AA | B2 | 5C | 4 | 0 | 1E | B7 | 55 | 26 |
| Octal | 16 | 252 | 262 | 134 | 4 | 0 | 36 | 267 | 125 | 46 |
| Binary | 1110 | 10101010 | 10110010 | 1011100 | 100 | 0 | 11110 | 10110111 | 1010101 | 100110 |
Color Harmonies of #0EAAB2
Complementary color
Monochromatic Colors of #0EAAB2
Black with #0EAAB2
Text Example
Text Example
White with #0EAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAB2; }
p { color: rgb(14,170,178); }
H1.HeaderClassName
{
color: #0EAAB2;
}
.AnyTagClassName
{
color: #0EAAB2;
}
</style>
background-color css
<style>
a { background-color: #0EAAB2; }
a { background-color: rgb(14,170,178); }
div.DivClassName
{
background-color: #0EAAB2;
}
.BgClassName
{
background-color: #0EAAB2;
}
</style>
border-color css
<style>
span { border-color: #0EAAB2; }
span { border-color: rgb(14,170,178); }
td.TdClassName
{
border-color: #0EAAB2;
}
.TagClassName
{
border-color: #0EAAB2;
}
</style>