Html Css Color HEX #00AB80 Free Speech Aquamarine
📋 copy color: '#00AB80'red 0 ◦ green 171 ◦ blue 128
Shades of Free Speech Aquamarine #00AB80
Tints of Free Speech Aquamarine #00AB80
RGB
CMYK
RGB Variations
Color information
#00AB80 (or 0x00AB80) is known color: Free Speech Aquamarine. HEX triplet: 00, AB and 80. RGB value is (0,171,128). Sum of RGB (Red+Green+Blue) = 0+171+128=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AB80 is #FF547F. Grayscale: #727272. Windows color (decimal): -16733312 or 8432384. OLE color: 8432384.
HSL color Cylindrical-coordinate representation of color #00AB80: hue angle of 164.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AB80 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 171 | 128 | - |
| CMYK | 1 | 0 | 0.25 | 0.33 |
| HSL | 164.91º | 1% | 0.34% | - |
| HSV(B) | 164.91º | 1% | 0.67% | - |
| XYZ | 18.46 | 30.68 | 25.37 | - |
| YUV | 114.97 | 135.35 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 128 | 1 | 0 | 0.25 | 0.33 | 164.91 | 1 | 0.34 |
| Hex | 0 | AB | 80 | 64 | 0 | 19 | 21 | A5 | 64 | 22 |
| Octal | 0 | 253 | 200 | 144 | 0 | 31 | 41 | 245 | 144 | 42 |
| Binary | 0 | 10101011 | 10000000 | 1100100 | 0 | 11001 | 100001 | 10100101 | 1100100 | 100010 |
Color Harmonies of #00AB80
Complementary color
Monochromatic Colors of #00AB80
Black with #00AB80
Text Example
Text Example
White with #00AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AB80; }
p { color: rgb(0,171,128); }
H1.HeaderClassName
{
color: #00AB80;
}
.AnyTagClassName
{
color: #00AB80;
}
</style>
background-color css
<style>
a { background-color: #00AB80; }
a { background-color: rgb(0,171,128); }
div.DivClassName
{
background-color: #00AB80;
}
.BgClassName
{
background-color: #00AB80;
}
</style>
border-color css
<style>
span { border-color: #00AB80; }
span { border-color: rgb(0,171,128); }
td.TdClassName
{
border-color: #00AB80;
}
.TagClassName
{
border-color: #00AB80;
}
</style>