Html Css Color HEX #01A081 Free Speech Aquamarine
📋 copy color: '#01A081'red 1 ◦ green 160 ◦ blue 129
Shades of Free Speech Aquamarine #01A081
Tints of Free Speech Aquamarine #01A081
RGB
CMYK
RGB Variations
Color information
#01A081 (or 0x01A081) is known color: Free Speech Aquamarine. HEX triplet: 01, A0 and 81. RGB value is (1,160,129). Sum of RGB (Red+Green+Blue) = 1+160+129=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #01A081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A081 is #FE5F7E. Grayscale: #6C6C6C. Windows color (decimal): -16670591 or 8495105. OLE color: 8495105.
HSL color Cylindrical-coordinate representation of color #01A081: hue angle of 168.3º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A081 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 129 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.37 |
| HSL | 168.3º | 0.99% | 0.32% | - |
| HSV(B) | 168.3º | 0.99% | 0.63% | - |
| XYZ | 16.55 | 26.73 | 25.06 | - |
| YUV | 108.93 | 139.32 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 129 | 0.99 | 0 | 0.19 | 0.37 | 168.3 | 0.99 | 0.32 |
| Hex | 1 | A0 | 81 | 63 | 0 | 13 | 25 | A8 | 63 | 20 |
| Octal | 1 | 240 | 201 | 143 | 0 | 23 | 45 | 250 | 143 | 40 |
| Binary | 1 | 10100000 | 10000001 | 1100011 | 0 | 10011 | 100101 | 10101000 | 1100011 | 100000 |
Color Harmonies of #01A081
Complementary color
Monochromatic Colors of #01A081
Black with #01A081
Text Example
Text Example
White with #01A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A081; }
p { color: rgb(1,160,129); }
H1.HeaderClassName
{
color: #01A081;
}
.AnyTagClassName
{
color: #01A081;
}
</style>
background-color css
<style>
a { background-color: #01A081; }
a { background-color: rgb(1,160,129); }
div.DivClassName
{
background-color: #01A081;
}
.BgClassName
{
background-color: #01A081;
}
</style>
border-color css
<style>
span { border-color: #01A081; }
span { border-color: rgb(1,160,129); }
td.TdClassName
{
border-color: #01A081;
}
.TagClassName
{
border-color: #01A081;
}
</style>