Html Css Color HEX #0AA084 Free Speech Aquamarine
📋 copy color: '#0AA084'red 10 ◦ green 160 ◦ blue 132
Shades of Free Speech Aquamarine #0AA084
Tints of Free Speech Aquamarine #0AA084
RGB
CMYK
RGB Variations
Color information
#0AA084 (or 0x0AA084) is known color: Free Speech Aquamarine. HEX triplet: 0A, A0 and 84. RGB value is (10,160,132). Sum of RGB (Red+Green+Blue) = 10+160+132=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA084 is #F55F7B. Grayscale: #6F6F6F. Windows color (decimal): -16080764 or 8691722. OLE color: 8691722.
HSL color Cylindrical-coordinate representation of color #0AA084: hue angle of 168.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA084 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 132 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.37 |
| HSL | 168.8º | 0.88% | 0.33% | - |
| HSV(B) | 168.8º | 0.94% | 0.63% | - |
| XYZ | 16.86 | 26.87 | 26.13 | - |
| YUV | 111.96 | 139.31 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 132 | 0.94 | 0 | 0.17 | 0.37 | 168.8 | 0.88 | 0.33 |
| Hex | A | A0 | 84 | 5E | 0 | 11 | 25 | A9 | 58 | 21 |
| Octal | 12 | 240 | 204 | 136 | 0 | 21 | 45 | 251 | 130 | 41 |
| Binary | 1010 | 10100000 | 10000100 | 1011110 | 0 | 10001 | 100101 | 10101001 | 1011000 | 100001 |
Color Harmonies of #0AA084
Complementary color
Monochromatic Colors of #0AA084
Black with #0AA084
Text Example
Text Example
White with #0AA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA084; }
p { color: rgb(10,160,132); }
H1.HeaderClassName
{
color: #0AA084;
}
.AnyTagClassName
{
color: #0AA084;
}
</style>
background-color css
<style>
a { background-color: #0AA084; }
a { background-color: rgb(10,160,132); }
div.DivClassName
{
background-color: #0AA084;
}
.BgClassName
{
background-color: #0AA084;
}
</style>
border-color css
<style>
span { border-color: #0AA084; }
span { border-color: rgb(10,160,132); }
td.TdClassName
{
border-color: #0AA084;
}
.TagClassName
{
border-color: #0AA084;
}
</style>