Html Css Color HEX #01A87E Free Speech Aquamarine
📋 copy color: '#01A87E'red 1 ◦ green 168 ◦ blue 126
Shades of Free Speech Aquamarine #01A87E
Tints of Free Speech Aquamarine #01A87E
RGB
CMYK
RGB Variations
Color information
#01A87E (or 0x01A87E) is known color: Free Speech Aquamarine. HEX triplet: 01, A8 and 7E. RGB value is (1,168,126). Sum of RGB (Red+Green+Blue) = 1+168+126=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #01A87E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A87E is #FE5781. Grayscale: #717171. Windows color (decimal): -16668546 or 8300545. OLE color: 8300545.
HSL color Cylindrical-coordinate representation of color #01A87E: hue angle of 164.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A87E is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 168 | 126 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.34 |
| HSL | 164.91º | 0.99% | 0.33% | - |
| HSV(B) | 164.91º | 0.99% | 0.66% | - |
| XYZ | 17.78 | 29.52 | 24.5 | - |
| YUV | 113.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 126 | 0.99 | 0 | 0.25 | 0.34 | 164.91 | 0.99 | 0.33 |
| Hex | 1 | A8 | 7E | 63 | 0 | 19 | 22 | A5 | 63 | 21 |
| Octal | 1 | 250 | 176 | 143 | 0 | 31 | 42 | 245 | 143 | 41 |
| Binary | 1 | 10101000 | 1111110 | 1100011 | 0 | 11001 | 100010 | 10100101 | 1100011 | 100001 |
Color Harmonies of #01A87E
Complementary color
Monochromatic Colors of #01A87E
Black with #01A87E
Text Example
Text Example
White with #01A87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A87E; }
p { color: rgb(1,168,126); }
H1.HeaderClassName
{
color: #01A87E;
}
.AnyTagClassName
{
color: #01A87E;
}
</style>
background-color css
<style>
a { background-color: #01A87E; }
a { background-color: rgb(1,168,126); }
div.DivClassName
{
background-color: #01A87E;
}
.BgClassName
{
background-color: #01A87E;
}
</style>
border-color css
<style>
span { border-color: #01A87E; }
span { border-color: rgb(1,168,126); }
td.TdClassName
{
border-color: #01A87E;
}
.TagClassName
{
border-color: #01A87E;
}
</style>