Html Css Color HEX #0AAA7A Free Speech Aquamarine
📋 copy color: '#0AAA7A'red 10 ◦ green 170 ◦ blue 122
Shades of Free Speech Aquamarine #0AAA7A
Tints of Free Speech Aquamarine #0AAA7A
RGB
CMYK
RGB Variations
Color information
#0AAA7A (or 0x0AAA7A) is known color: Free Speech Aquamarine. HEX triplet: 0A, AA and 7A. RGB value is (10,170,122). Sum of RGB (Red+Green+Blue) = 10+170+122=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA7A is #F55585. Grayscale: #747474. Windows color (decimal): -16078214 or 8038922. OLE color: 8038922.
HSL color Cylindrical-coordinate representation of color #0AAA7A: hue angle of 162º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA7A is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 122 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.33 |
| HSL | 162º | 0.89% | 0.35% | - |
| HSV(B) | 162º | 0.94% | 0.67% | - |
| XYZ | 18.01 | 30.22 | 23.3 | - |
| YUV | 116.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 122 | 0.94 | 0 | 0.28 | 0.33 | 162 | 0.89 | 0.35 |
| Hex | A | AA | 7A | 5E | 0 | 1C | 21 | A2 | 59 | 23 |
| Octal | 12 | 252 | 172 | 136 | 0 | 34 | 41 | 242 | 131 | 43 |
| Binary | 1010 | 10101010 | 1111010 | 1011110 | 0 | 11100 | 100001 | 10100010 | 1011001 | 100011 |
Color Harmonies of #0AAA7A
Complementary color
Monochromatic Colors of #0AAA7A
Black with #0AAA7A
Text Example
Text Example
White with #0AAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA7A; }
p { color: rgb(10,170,122); }
H1.HeaderClassName
{
color: #0AAA7A;
}
.AnyTagClassName
{
color: #0AAA7A;
}
</style>
background-color css
<style>
a { background-color: #0AAA7A; }
a { background-color: rgb(10,170,122); }
div.DivClassName
{
background-color: #0AAA7A;
}
.BgClassName
{
background-color: #0AAA7A;
}
</style>
border-color css
<style>
span { border-color: #0AAA7A; }
span { border-color: rgb(10,170,122); }
td.TdClassName
{
border-color: #0AAA7A;
}
.TagClassName
{
border-color: #0AAA7A;
}
</style>