Html Css Color HEX #0AAA7E Free Speech Aquamarine
📋 copy color: '#0AAA7E'red 10 ◦ green 170 ◦ blue 126
Shades of Free Speech Aquamarine #0AAA7E
Tints of Free Speech Aquamarine #0AAA7E
RGB
CMYK
RGB Variations
Color information
#0AAA7E (or 0x0AAA7E) is known color: Free Speech Aquamarine. HEX triplet: 0A, AA and 7E. RGB value is (10,170,126). Sum of RGB (Red+Green+Blue) = 10+170+126=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA7E is #F55581. Grayscale: #757575. Windows color (decimal): -16078210 or 8301066. OLE color: 8301066.
HSL color Cylindrical-coordinate representation of color #0AAA7E: hue angle of 163.5º 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 #0AAA7E is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 126 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.33 |
| HSL | 163.5º | 0.89% | 0.35% | - |
| HSV(B) | 163.5º | 0.94% | 0.67% | - |
| XYZ | 18.27 | 30.32 | 24.63 | - |
| YUV | 117.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 126 | 0.94 | 0 | 0.26 | 0.33 | 163.5 | 0.89 | 0.35 |
| Hex | A | AA | 7E | 5E | 0 | 1A | 21 | A4 | 59 | 23 |
| Octal | 12 | 252 | 176 | 136 | 0 | 32 | 41 | 244 | 131 | 43 |
| Binary | 1010 | 10101010 | 1111110 | 1011110 | 0 | 11010 | 100001 | 10100100 | 1011001 | 100011 |
Color Harmonies of #0AAA7E
Complementary color
Monochromatic Colors of #0AAA7E
Black with #0AAA7E
Text Example
Text Example
White with #0AAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA7E; }
p { color: rgb(10,170,126); }
H1.HeaderClassName
{
color: #0AAA7E;
}
.AnyTagClassName
{
color: #0AAA7E;
}
</style>
background-color css
<style>
a { background-color: #0AAA7E; }
a { background-color: rgb(10,170,126); }
div.DivClassName
{
background-color: #0AAA7E;
}
.BgClassName
{
background-color: #0AAA7E;
}
</style>
border-color css
<style>
span { border-color: #0AAA7E; }
span { border-color: rgb(10,170,126); }
td.TdClassName
{
border-color: #0AAA7E;
}
.TagClassName
{
border-color: #0AAA7E;
}
</style>