Html Css Color HEX #00A67A Free Speech Aquamarine
📋 copy color: '#00A67A'red 0 ◦ green 166 ◦ blue 122
Shades of Free Speech Aquamarine #00A67A
Tints of Free Speech Aquamarine #00A67A
RGB
CMYK
RGB Variations
Color information
#00A67A (or 0x00A67A) is known color: Free Speech Aquamarine. HEX triplet: 00, A6 and 7A. RGB value is (0,166,122). Sum of RGB (Red+Green+Blue) = 0+166+122=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #00A67A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A67A is #FF5985. Grayscale: #6F6F6F. Windows color (decimal): -16734598 or 8037888. OLE color: 8037888.
HSL color Cylindrical-coordinate representation of color #00A67A: hue angle of 164.1º 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 #00A67A is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 166 | 122 | - |
| CMYK | 1 | 0 | 0.27 | 0.35 |
| HSL | 164.1º | 1% | 0.33% | - |
| HSV(B) | 164.1º | 1% | 0.65% | - |
| XYZ | 17.15 | 28.68 | 23.04 | - |
| YUV | 111.35 | 134 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 122 | 1 | 0 | 0.27 | 0.35 | 164.1 | 1 | 0.33 |
| Hex | 0 | A6 | 7A | 64 | 0 | 1B | 23 | A4 | 64 | 21 |
| Octal | 0 | 246 | 172 | 144 | 0 | 33 | 43 | 244 | 144 | 41 |
| Binary | 0 | 10100110 | 1111010 | 1100100 | 0 | 11011 | 100011 | 10100100 | 1100100 | 100001 |
Color Harmonies of #00A67A
Complementary color
Monochromatic Colors of #00A67A
Black with #00A67A
Text Example
Text Example
White with #00A67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A67A; }
p { color: rgb(0,166,122); }
H1.HeaderClassName
{
color: #00A67A;
}
.AnyTagClassName
{
color: #00A67A;
}
</style>
background-color css
<style>
a { background-color: #00A67A; }
a { background-color: rgb(0,166,122); }
div.DivClassName
{
background-color: #00A67A;
}
.BgClassName
{
background-color: #00A67A;
}
</style>
border-color css
<style>
span { border-color: #00A67A; }
span { border-color: rgb(0,166,122); }
td.TdClassName
{
border-color: #00A67A;
}
.TagClassName
{
border-color: #00A67A;
}
</style>