Html Css Color HEX #00A777 Free Speech Aquamarine
📋 copy color: '#00A777'red 0 ◦ green 167 ◦ blue 119
Shades of Free Speech Aquamarine #00A777
Tints of Free Speech Aquamarine #00A777
RGB
CMYK
RGB Variations
Color information
#00A777 (or 0x00A777) is known color: Free Speech Aquamarine. HEX triplet: 00, A7 and 77. RGB value is (0,167,119). Sum of RGB (Red+Green+Blue) = 0+167+119=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #00A777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A777 is #FF5888. Grayscale: #6F6F6F. Windows color (decimal): -16734345 or 7841536. OLE color: 7841536.
HSL color Cylindrical-coordinate representation of color #00A777: hue angle of 162.75º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A777 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 167 | 119 | - |
| CMYK | 1 | 0 | 0.29 | 0.35 |
| HSL | 162.75º | 1% | 0.33% | - |
| HSV(B) | 162.75º | 1% | 0.65% | - |
| XYZ | 17.15 | 28.97 | 22.14 | - |
| YUV | 111.6 | 132.17 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 119 | 1 | 0 | 0.29 | 0.35 | 162.75 | 1 | 0.33 |
| Hex | 0 | A7 | 77 | 64 | 0 | 1D | 23 | A3 | 64 | 21 |
| Octal | 0 | 247 | 167 | 144 | 0 | 35 | 43 | 243 | 144 | 41 |
| Binary | 0 | 10100111 | 1110111 | 1100100 | 0 | 11101 | 100011 | 10100011 | 1100100 | 100001 |
Color Harmonies of #00A777
Complementary color
Monochromatic Colors of #00A777
Black with #00A777
Text Example
Text Example
White with #00A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A777; }
p { color: rgb(0,167,119); }
H1.HeaderClassName
{
color: #00A777;
}
.AnyTagClassName
{
color: #00A777;
}
</style>
background-color css
<style>
a { background-color: #00A777; }
a { background-color: rgb(0,167,119); }
div.DivClassName
{
background-color: #00A777;
}
.BgClassName
{
background-color: #00A777;
}
</style>
border-color css
<style>
span { border-color: #00A777; }
span { border-color: rgb(0,167,119); }
td.TdClassName
{
border-color: #00A777;
}
.TagClassName
{
border-color: #00A777;
}
</style>