Html Css Color HEX #00A077 Free Speech Aquamarine
📋 copy color: '#00A077'red 0 ◦ green 160 ◦ blue 119
Shades of Free Speech Aquamarine #00A077
Tints of Free Speech Aquamarine #00A077
RGB
CMYK
RGB Variations
Color information
#00A077 (or 0x00A077) is known color: Free Speech Aquamarine. HEX triplet: 00, A0 and 77. RGB value is (0,160,119). Sum of RGB (Red+Green+Blue) = 0+160+119=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 160 (62.89% from 255 or 57.35% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 160 - color contains mainly: green. Hex color #00A077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A077 is #FF5F88. Grayscale: #6B6B6B. Windows color (decimal): -16736137 or 7839744. OLE color: 7839744.
HSL color Cylindrical-coordinate representation of color #00A077: hue angle of 164.62º 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 #00A077 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 119 | - |
| CMYK | 1 | 0 | 0.26 | 0.37 |
| HSL | 164.63º | 1% | 0.31% | - |
| HSV(B) | 164.63º | 1% | 0.63% | - |
| XYZ | 15.9 | 26.47 | 21.72 | - |
| YUV | 107.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 119 | 1 | 0 | 0.26 | 0.37 | 164.63 | 1 | 0.31 |
| Hex | 0 | A0 | 77 | 64 | 0 | 1A | 25 | A5 | 64 | 1F |
| Octal | 0 | 240 | 167 | 144 | 0 | 32 | 45 | 245 | 144 | 37 |
| Binary | 0 | 10100000 | 1110111 | 1100100 | 0 | 11010 | 100101 | 10100101 | 1100100 | 11111 |
Color Harmonies of #00A077
Complementary color
Monochromatic Colors of #00A077
Black with #00A077
Text Example
Text Example
White with #00A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A077; }
p { color: rgb(0,160,119); }
H1.HeaderClassName
{
color: #00A077;
}
.AnyTagClassName
{
color: #00A077;
}
</style>
background-color css
<style>
a { background-color: #00A077; }
a { background-color: rgb(0,160,119); }
div.DivClassName
{
background-color: #00A077;
}
.BgClassName
{
background-color: #00A077;
}
</style>
border-color css
<style>
span { border-color: #00A077; }
span { border-color: rgb(0,160,119); }
td.TdClassName
{
border-color: #00A077;
}
.TagClassName
{
border-color: #00A077;
}
</style>