Html Css Color HEX #0AAA7D Free Speech Aquamarine
📋 copy color: '#0AAA7D'red 10 ◦ green 170 ◦ blue 125
Shades of Free Speech Aquamarine #0AAA7D
Tints of Free Speech Aquamarine #0AAA7D
RGB
CMYK
RGB Variations
Color information
#0AAA7D (or 0x0AAA7D) is known color: Free Speech Aquamarine. HEX triplet: 0A, AA and 7D. RGB value is (10,170,125). Sum of RGB (Red+Green+Blue) = 10+170+125=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA7D is #F55582. Grayscale: #757575. Windows color (decimal): -16078211 or 8235530. OLE color: 8235530.
HSL color Cylindrical-coordinate representation of color #0AAA7D: hue angle of 163.12º 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 #0AAA7D is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 125 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.33 |
| HSL | 163.13º | 0.89% | 0.35% | - |
| HSV(B) | 163.13º | 0.94% | 0.67% | - |
| XYZ | 18.2 | 30.29 | 24.29 | - |
| YUV | 117.03 | 132.49 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 125 | 0.94 | 0 | 0.26 | 0.33 | 163.13 | 0.89 | 0.35 |
| Hex | A | AA | 7D | 5E | 0 | 1A | 21 | A3 | 59 | 23 |
| Octal | 12 | 252 | 175 | 136 | 0 | 32 | 41 | 243 | 131 | 43 |
| Binary | 1010 | 10101010 | 1111101 | 1011110 | 0 | 11010 | 100001 | 10100011 | 1011001 | 100011 |
Color Harmonies of #0AAA7D
Complementary color
Monochromatic Colors of #0AAA7D
Black with #0AAA7D
Text Example
Text Example
White with #0AAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA7D; }
p { color: rgb(10,170,125); }
H1.HeaderClassName
{
color: #0AAA7D;
}
.AnyTagClassName
{
color: #0AAA7D;
}
</style>
background-color css
<style>
a { background-color: #0AAA7D; }
a { background-color: rgb(10,170,125); }
div.DivClassName
{
background-color: #0AAA7D;
}
.BgClassName
{
background-color: #0AAA7D;
}
</style>
border-color css
<style>
span { border-color: #0AAA7D; }
span { border-color: rgb(10,170,125); }
td.TdClassName
{
border-color: #0AAA7D;
}
.TagClassName
{
border-color: #0AAA7D;
}
</style>