Shades of Light Sea Green #0EA4AA
Tints of Light Sea Green #0EA4AA
RGB
CMYK
RGB Variations
Color information
#0EA4AA (or 0x0EA4AA) is known color: Light Sea Green. HEX triplet: 0E, A4 and AA. RGB value is (14,164,170). Sum of RGB (Red+Green+Blue) = 14+164+170=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #0EA4AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA4AA is #F15B55. Grayscale: #777777. Windows color (decimal): -15817558 or 11183118. OLE color: 11183118.
HSL color Cylindrical-coordinate representation of color #0EA4AA: hue angle of 182.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA4AA is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 164 | 170 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.33 |
| HSL | 182.31º | 0.85% | 0.36% | - |
| HSV(B) | 182.31º | 0.92% | 0.67% | - |
| XYZ | 20.71 | 29.55 | 42.64 | - |
| YUV | 119.83 | 156.31 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 164 | 170 | 0.92 | 0.04 | 0 | 0.33 | 182.31 | 0.85 | 0.36 |
| Hex | E | A4 | AA | 5C | 4 | 0 | 21 | B6 | 55 | 24 |
| Octal | 16 | 244 | 252 | 134 | 4 | 0 | 41 | 266 | 125 | 44 |
| Binary | 1110 | 10100100 | 10101010 | 1011100 | 100 | 0 | 100001 | 10110110 | 1010101 | 100100 |
Color Harmonies of #0EA4AA
Complementary color
Monochromatic Colors of #0EA4AA
Black with #0EA4AA
Text Example
Text Example
White with #0EA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA4AA; }
p { color: rgb(14,164,170); }
H1.HeaderClassName
{
color: #0EA4AA;
}
.AnyTagClassName
{
color: #0EA4AA;
}
</style>
background-color css
<style>
a { background-color: #0EA4AA; }
a { background-color: rgb(14,164,170); }
div.DivClassName
{
background-color: #0EA4AA;
}
.BgClassName
{
background-color: #0EA4AA;
}
</style>
border-color css
<style>
span { border-color: #0EA4AA; }
span { border-color: rgb(14,164,170); }
td.TdClassName
{
border-color: #0EA4AA;
}
.TagClassName
{
border-color: #0EA4AA;
}
</style>