Html Css Color HEX #00A77D Free Speech Aquamarine
📋 copy color: '#00A77D'red 0 ◦ green 167 ◦ blue 125
Shades of Free Speech Aquamarine #00A77D
Tints of Free Speech Aquamarine #00A77D
RGB
CMYK
RGB Variations
Color information
#00A77D (or 0x00A77D) is known color: Free Speech Aquamarine. HEX triplet: 00, A7 and 7D. RGB value is (0,167,125). Sum of RGB (Red+Green+Blue) = 0+167+125=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 167 (65.62% from 255 or 57.19% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 167 - color contains mainly: green. Hex color #00A77D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A77D is #FF5882. Grayscale: #707070. Windows color (decimal): -16734339 or 8234752. OLE color: 8234752.
HSL color Cylindrical-coordinate representation of color #00A77D: hue angle of 164.91º 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 #00A77D is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 167 | 125 | - |
| CMYK | 1 | 0 | 0.25 | 0.35 |
| HSL | 164.91º | 1% | 0.33% | - |
| HSV(B) | 164.91º | 1% | 0.65% | - |
| XYZ | 17.52 | 29.12 | 24.1 | - |
| YUV | 112.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 167 | 125 | 1 | 0 | 0.25 | 0.35 | 164.91 | 1 | 0.33 |
| Hex | 0 | A7 | 7D | 64 | 0 | 19 | 23 | A5 | 64 | 21 |
| Octal | 0 | 247 | 175 | 144 | 0 | 31 | 43 | 245 | 144 | 41 |
| Binary | 0 | 10100111 | 1111101 | 1100100 | 0 | 11001 | 100011 | 10100101 | 1100100 | 100001 |
Color Harmonies of #00A77D
Complementary color
Monochromatic Colors of #00A77D
Black with #00A77D
Text Example
Text Example
White with #00A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A77D; }
p { color: rgb(0,167,125); }
H1.HeaderClassName
{
color: #00A77D;
}
.AnyTagClassName
{
color: #00A77D;
}
</style>
background-color css
<style>
a { background-color: #00A77D; }
a { background-color: rgb(0,167,125); }
div.DivClassName
{
background-color: #00A77D;
}
.BgClassName
{
background-color: #00A77D;
}
</style>
border-color css
<style>
span { border-color: #00A77D; }
span { border-color: rgb(0,167,125); }
td.TdClassName
{
border-color: #00A77D;
}
.TagClassName
{
border-color: #00A77D;
}
</style>