Html Css Color HEX #0EA379 Free Speech Aquamarine
📋 copy color: '#0EA379'red 14 ◦ green 163 ◦ blue 121
Shades of Free Speech Aquamarine #0EA379
Tints of Free Speech Aquamarine #0EA379
RGB
CMYK
RGB Variations
Color information
#0EA379 (or 0x0EA379) is known color: Free Speech Aquamarine. HEX triplet: 0E, A3 and 79. RGB value is (14,163,121). Sum of RGB (Red+Green+Blue) = 14+163+121=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA379 is #F15C86. Grayscale: #717171. Windows color (decimal): -15817863 or 7971598. OLE color: 7971598.
HSL color Cylindrical-coordinate representation of color #0EA379: hue angle of 163.09º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA379 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 163 | 121 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.36 |
| HSL | 163.09º | 0.84% | 0.35% | - |
| HSV(B) | 163.09º | 0.91% | 0.64% | - |
| XYZ | 16.73 | 27.67 | 22.55 | - |
| YUV | 113.66 | 132.14 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 163 | 121 | 0.91 | 0 | 0.26 | 0.36 | 163.09 | 0.84 | 0.35 |
| Hex | E | A3 | 79 | 5B | 0 | 1A | 24 | A3 | 54 | 23 |
| Octal | 16 | 243 | 171 | 133 | 0 | 32 | 44 | 243 | 124 | 43 |
| Binary | 1110 | 10100011 | 1111001 | 1011011 | 0 | 11010 | 100100 | 10100011 | 1010100 | 100011 |
Color Harmonies of #0EA379
Complementary color
Monochromatic Colors of #0EA379
Black with #0EA379
Text Example
Text Example
White with #0EA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA379; }
p { color: rgb(14,163,121); }
H1.HeaderClassName
{
color: #0EA379;
}
.AnyTagClassName
{
color: #0EA379;
}
</style>
background-color css
<style>
a { background-color: #0EA379; }
a { background-color: rgb(14,163,121); }
div.DivClassName
{
background-color: #0EA379;
}
.BgClassName
{
background-color: #0EA379;
}
</style>
border-color css
<style>
span { border-color: #0EA379; }
span { border-color: rgb(14,163,121); }
td.TdClassName
{
border-color: #0EA379;
}
.TagClassName
{
border-color: #0EA379;
}
</style>