Html Css Color HEX #00A076 Free Speech Aquamarine
📋 copy color: '#00A076'red 0 ◦ green 160 ◦ blue 118
Shades of Free Speech Aquamarine #00A076
Tints of Free Speech Aquamarine #00A076
RGB
CMYK
RGB Variations
Color information
#00A076 (or 0x00A076) is known color: Free Speech Aquamarine. HEX triplet: 00, A0 and 76. RGB value is (0,160,118). Sum of RGB (Red+Green+Blue) = 0+160+118=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #00A076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A076 is #FF5F89. Grayscale: #6B6B6B. Windows color (decimal): -16736138 or 7774208. OLE color: 7774208.
HSL color Cylindrical-coordinate representation of color #00A076: hue angle of 164.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A076 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 118 | - |
| CMYK | 1 | 0 | 0.26 | 0.37 |
| HSL | 164.25º | 1% | 0.31% | - |
| HSV(B) | 164.25º | 1% | 0.63% | - |
| XYZ | 15.84 | 26.45 | 21.41 | - |
| YUV | 107.37 | 133.99 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 118 | 1 | 0 | 0.26 | 0.37 | 164.25 | 1 | 0.31 |
| Hex | 0 | A0 | 76 | 64 | 0 | 1A | 25 | A4 | 64 | 1F |
| Octal | 0 | 240 | 166 | 144 | 0 | 32 | 45 | 244 | 144 | 37 |
| Binary | 0 | 10100000 | 1110110 | 1100100 | 0 | 11010 | 100101 | 10100100 | 1100100 | 11111 |
Color Harmonies of #00A076
Complementary color
Monochromatic Colors of #00A076
Black with #00A076
Text Example
Text Example
White with #00A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A076; }
p { color: rgb(0,160,118); }
H1.HeaderClassName
{
color: #00A076;
}
.AnyTagClassName
{
color: #00A076;
}
</style>
background-color css
<style>
a { background-color: #00A076; }
a { background-color: rgb(0,160,118); }
div.DivClassName
{
background-color: #00A076;
}
.BgClassName
{
background-color: #00A076;
}
</style>
border-color css
<style>
span { border-color: #00A076; }
span { border-color: rgb(0,160,118); }
td.TdClassName
{
border-color: #00A076;
}
.TagClassName
{
border-color: #00A076;
}
</style>