Html Css Color HEX #0EA080 Free Speech Aquamarine
📋 copy color: '#0EA080'red 14 ◦ green 160 ◦ blue 128
Shades of Free Speech Aquamarine #0EA080
Tints of Free Speech Aquamarine #0EA080
RGB
CMYK
RGB Variations
Color information
#0EA080 (or 0x0EA080) is known color: Free Speech Aquamarine. HEX triplet: 0E, A0 and 80. RGB value is (14,160,128). Sum of RGB (Red+Green+Blue) = 14+160+128=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA080 is #F15F7F. Grayscale: #707070. Windows color (decimal): -15818624 or 8429582. OLE color: 8429582.
HSL color Cylindrical-coordinate representation of color #0EA080: hue angle of 166.85º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA080 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 160 | 128 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.37 |
| HSL | 166.85º | 0.84% | 0.34% | - |
| HSV(B) | 166.85º | 0.91% | 0.63% | - |
| XYZ | 16.65 | 26.79 | 24.72 | - |
| YUV | 112.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 128 | 0.91 | 0 | 0.20 | 0.37 | 166.85 | 0.84 | 0.34 |
| Hex | E | A0 | 80 | 5B | 0 | 14 | 25 | A7 | 54 | 22 |
| Octal | 16 | 240 | 200 | 133 | 0 | 24 | 45 | 247 | 124 | 42 |
| Binary | 1110 | 10100000 | 10000000 | 1011011 | 0 | 10100 | 100101 | 10100111 | 1010100 | 100010 |
Color Harmonies of #0EA080
Complementary color
Monochromatic Colors of #0EA080
Black with #0EA080
Text Example
Text Example
White with #0EA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA080; }
p { color: rgb(14,160,128); }
H1.HeaderClassName
{
color: #0EA080;
}
.AnyTagClassName
{
color: #0EA080;
}
</style>
background-color css
<style>
a { background-color: #0EA080; }
a { background-color: rgb(14,160,128); }
div.DivClassName
{
background-color: #0EA080;
}
.BgClassName
{
background-color: #0EA080;
}
</style>
border-color css
<style>
span { border-color: #0EA080; }
span { border-color: rgb(14,160,128); }
td.TdClassName
{
border-color: #0EA080;
}
.TagClassName
{
border-color: #0EA080;
}
</style>