Html Css Color HEX #00A27A Free Speech Aquamarine
📋 copy color: '#00A27A'red 0 ◦ green 162 ◦ blue 122
Shades of Free Speech Aquamarine #00A27A
Tints of Free Speech Aquamarine #00A27A
RGB
CMYK
RGB Variations
Color information
#00A27A (or 0x00A27A) is known color: Free Speech Aquamarine. HEX triplet: 00, A2 and 7A. RGB value is (0,162,122). Sum of RGB (Red+Green+Blue) = 0+162+122=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #00A27A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A27A is #FF5D85. Grayscale: #6D6D6D. Windows color (decimal): -16735622 or 8036864. OLE color: 8036864.
HSL color Cylindrical-coordinate representation of color #00A27A: hue angle of 165.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A27A is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 162 | 122 | - |
| CMYK | 1 | 0 | 0.25 | 0.36 |
| HSL | 165.19º | 1% | 0.32% | - |
| HSV(B) | 165.19º | 1% | 0.64% | - |
| XYZ | 16.43 | 27.25 | 22.81 | - |
| YUV | 109 | 135.33 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 122 | 1 | 0 | 0.25 | 0.36 | 165.19 | 1 | 0.32 |
| Hex | 0 | A2 | 7A | 64 | 0 | 19 | 24 | A5 | 64 | 20 |
| Octal | 0 | 242 | 172 | 144 | 0 | 31 | 44 | 245 | 144 | 40 |
| Binary | 0 | 10100010 | 1111010 | 1100100 | 0 | 11001 | 100100 | 10100101 | 1100100 | 100000 |
Color Harmonies of #00A27A
Complementary color
Monochromatic Colors of #00A27A
Black with #00A27A
Text Example
Text Example
White with #00A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A27A; }
p { color: rgb(0,162,122); }
H1.HeaderClassName
{
color: #00A27A;
}
.AnyTagClassName
{
color: #00A27A;
}
</style>
background-color css
<style>
a { background-color: #00A27A; }
a { background-color: rgb(0,162,122); }
div.DivClassName
{
background-color: #00A27A;
}
.BgClassName
{
background-color: #00A27A;
}
</style>
border-color css
<style>
span { border-color: #00A27A; }
span { border-color: rgb(0,162,122); }
td.TdClassName
{
border-color: #00A27A;
}
.TagClassName
{
border-color: #00A27A;
}
</style>