Html Css Color HEX #00AD80 Free Speech Aquamarine
📋 copy color: '#00AD80'red 0 ◦ green 173 ◦ blue 128
Shades of Free Speech Aquamarine #00AD80
Tints of Free Speech Aquamarine #00AD80
RGB
CMYK
RGB Variations
Color information
#00AD80 (or 0x00AD80) is known color: Free Speech Aquamarine. HEX triplet: 00, AD and 80. RGB value is (0,173,128). Sum of RGB (Red+Green+Blue) = 0+173+128=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #00AD80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AD80 is #FF527F. Grayscale: #747474. Windows color (decimal): -16732800 or 8432896. OLE color: 8432896.
HSL color Cylindrical-coordinate representation of color #00AD80: hue angle of 164.39º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AD80 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 128 | - |
| CMYK | 1 | 0 | 0.26 | 0.32 |
| HSL | 164.39º | 1% | 0.34% | - |
| HSV(B) | 164.39º | 1% | 0.68% | - |
| XYZ | 18.84 | 31.45 | 25.5 | - |
| YUV | 116.14 | 134.69 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 128 | 1 | 0 | 0.26 | 0.32 | 164.39 | 1 | 0.34 |
| Hex | 0 | AD | 80 | 64 | 0 | 1A | 20 | A4 | 64 | 22 |
| Octal | 0 | 255 | 200 | 144 | 0 | 32 | 40 | 244 | 144 | 42 |
| Binary | 0 | 10101101 | 10000000 | 1100100 | 0 | 11010 | 100000 | 10100100 | 1100100 | 100010 |
Color Harmonies of #00AD80
Complementary color
Monochromatic Colors of #00AD80
Black with #00AD80
Text Example
Text Example
White with #00AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AD80; }
p { color: rgb(0,173,128); }
H1.HeaderClassName
{
color: #00AD80;
}
.AnyTagClassName
{
color: #00AD80;
}
</style>
background-color css
<style>
a { background-color: #00AD80; }
a { background-color: rgb(0,173,128); }
div.DivClassName
{
background-color: #00AD80;
}
.BgClassName
{
background-color: #00AD80;
}
</style>
border-color css
<style>
span { border-color: #00AD80; }
span { border-color: rgb(0,173,128); }
td.TdClassName
{
border-color: #00AD80;
}
.TagClassName
{
border-color: #00AD80;
}
</style>