Html Css Color HEX #00A27F Free Speech Aquamarine
📋 copy color: '#00A27F'red 0 ◦ green 162 ◦ blue 127
Shades of Free Speech Aquamarine #00A27F
Tints of Free Speech Aquamarine #00A27F
RGB
CMYK
RGB Variations
Color information
#00A27F (or 0x00A27F) is known color: Free Speech Aquamarine. HEX triplet: 00, A2 and 7F. RGB value is (0,162,127). Sum of RGB (Red+Green+Blue) = 0+162+127=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #00A27F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A27F is #FF5D80. Grayscale: #6D6D6D. Windows color (decimal): -16735617 or 8364544. OLE color: 8364544.
HSL color Cylindrical-coordinate representation of color #00A27F: hue angle of 167.04º 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 #00A27F is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 162 | 127 | - |
| CMYK | 1 | 0 | 0.22 | 0.36 |
| HSL | 167.04º | 1% | 0.32% | - |
| HSV(B) | 167.04º | 1% | 0.64% | - |
| XYZ | 16.75 | 27.37 | 24.48 | - |
| YUV | 109.57 | 137.83 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 162 | 127 | 1 | 0 | 0.22 | 0.36 | 167.04 | 1 | 0.32 |
| Hex | 0 | A2 | 7F | 64 | 0 | 16 | 24 | A7 | 64 | 20 |
| Octal | 0 | 242 | 177 | 144 | 0 | 26 | 44 | 247 | 144 | 40 |
| Binary | 0 | 10100010 | 1111111 | 1100100 | 0 | 10110 | 100100 | 10100111 | 1100100 | 100000 |
Color Harmonies of #00A27F
Complementary color
Monochromatic Colors of #00A27F
Black with #00A27F
Text Example
Text Example
White with #00A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A27F; }
p { color: rgb(0,162,127); }
H1.HeaderClassName
{
color: #00A27F;
}
.AnyTagClassName
{
color: #00A27F;
}
</style>
background-color css
<style>
a { background-color: #00A27F; }
a { background-color: rgb(0,162,127); }
div.DivClassName
{
background-color: #00A27F;
}
.BgClassName
{
background-color: #00A27F;
}
</style>
border-color css
<style>
span { border-color: #00A27F; }
span { border-color: rgb(0,162,127); }
td.TdClassName
{
border-color: #00A27F;
}
.TagClassName
{
border-color: #00A27F;
}
</style>