Html Css Color HEX #00A980 Free Speech Aquamarine
📋 copy color: '#00A980'red 0 ◦ green 169 ◦ blue 128
Shades of Free Speech Aquamarine #00A980
Tints of Free Speech Aquamarine #00A980
RGB
CMYK
RGB Variations
Color information
#00A980 (or 0x00A980) is known color: Free Speech Aquamarine. HEX triplet: 00, A9 and 80. RGB value is (0,169,128). Sum of RGB (Red+Green+Blue) = 0+169+128=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #00A980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A980 is #FF567F. Grayscale: #717171. Windows color (decimal): -16733824 or 8431872. OLE color: 8431872.
HSL color Cylindrical-coordinate representation of color #00A980: hue angle of 165.44º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A980 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 128 | - |
| CMYK | 1 | 0 | 0.24 | 0.34 |
| HSL | 165.44º | 1% | 0.33% | - |
| HSV(B) | 165.44º | 1% | 0.66% | - |
| XYZ | 18.08 | 29.93 | 25.25 | - |
| YUV | 113.8 | 136.01 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 128 | 1 | 0 | 0.24 | 0.34 | 165.44 | 1 | 0.33 |
| Hex | 0 | A9 | 80 | 64 | 0 | 18 | 22 | A5 | 64 | 21 |
| Octal | 0 | 251 | 200 | 144 | 0 | 30 | 42 | 245 | 144 | 41 |
| Binary | 0 | 10101001 | 10000000 | 1100100 | 0 | 11000 | 100010 | 10100101 | 1100100 | 100001 |
Color Harmonies of #00A980
Complementary color
Monochromatic Colors of #00A980
Black with #00A980
Text Example
Text Example
White with #00A980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A980; }
p { color: rgb(0,169,128); }
H1.HeaderClassName
{
color: #00A980;
}
.AnyTagClassName
{
color: #00A980;
}
</style>
background-color css
<style>
a { background-color: #00A980; }
a { background-color: rgb(0,169,128); }
div.DivClassName
{
background-color: #00A980;
}
.BgClassName
{
background-color: #00A980;
}
</style>
border-color css
<style>
span { border-color: #00A980; }
span { border-color: rgb(0,169,128); }
td.TdClassName
{
border-color: #00A980;
}
.TagClassName
{
border-color: #00A980;
}
</style>