Html Css Color HEX #0EA876 Free Speech Aquamarine
📋 copy color: '#0EA876'red 14 ◦ green 168 ◦ blue 118
Shades of Free Speech Aquamarine #0EA876
Tints of Free Speech Aquamarine #0EA876
RGB
CMYK
RGB Variations
Color information
#0EA876 (or 0x0EA876) is known color: Free Speech Aquamarine. HEX triplet: 0E, A8 and 76. RGB value is (14,168,118). Sum of RGB (Red+Green+Blue) = 14+168+118=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 168 (66.02% from 255 or 56% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 168 - color contains mainly: green. Hex color #0EA876 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA876 is #F15789. Grayscale: #747474. Windows color (decimal): -15816586 or 7776270. OLE color: 7776270.
HSL color Cylindrical-coordinate representation of color #0EA876: hue angle of 160.52º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA876 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 168 | 118 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.34 |
| HSL | 160.52º | 0.85% | 0.36% | - |
| HSV(B) | 160.52º | 0.92% | 0.66% | - |
| XYZ | 17.45 | 29.41 | 21.9 | - |
| YUV | 116.25 | 128.98 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 168 | 118 | 0.92 | 0 | 0.30 | 0.34 | 160.52 | 0.85 | 0.36 |
| Hex | E | A8 | 76 | 5C | 0 | 1E | 22 | A1 | 55 | 24 |
| Octal | 16 | 250 | 166 | 134 | 0 | 36 | 42 | 241 | 125 | 44 |
| Binary | 1110 | 10101000 | 1110110 | 1011100 | 0 | 11110 | 100010 | 10100001 | 1010101 | 100100 |
Color Harmonies of #0EA876
Complementary color
Monochromatic Colors of #0EA876
Black with #0EA876
Text Example
Text Example
White with #0EA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA876; }
p { color: rgb(14,168,118); }
H1.HeaderClassName
{
color: #0EA876;
}
.AnyTagClassName
{
color: #0EA876;
}
</style>
background-color css
<style>
a { background-color: #0EA876; }
a { background-color: rgb(14,168,118); }
div.DivClassName
{
background-color: #0EA876;
}
.BgClassName
{
background-color: #0EA876;
}
</style>
border-color css
<style>
span { border-color: #0EA876; }
span { border-color: rgb(14,168,118); }
td.TdClassName
{
border-color: #0EA876;
}
.TagClassName
{
border-color: #0EA876;
}
</style>