Html Css Color HEX #00AB7B Free Speech Aquamarine
📋 copy color: '#00AB7B'red 0 ◦ green 171 ◦ blue 123
Shades of Free Speech Aquamarine #00AB7B
Tints of Free Speech Aquamarine #00AB7B
RGB
CMYK
RGB Variations
Color information
#00AB7B (or 0x00AB7B) is known color: Free Speech Aquamarine. HEX triplet: 00, AB and 7B. RGB value is (0,171,123). Sum of RGB (Red+Green+Blue) = 0+171+123=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AB7B is #FF5484. Grayscale: #727272. Windows color (decimal): -16733317 or 8104704. OLE color: 8104704.
HSL color Cylindrical-coordinate representation of color #00AB7B: hue angle of 163.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AB7B is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 171 | 123 | - |
| CMYK | 1 | 0 | 0.28 | 0.33 |
| HSL | 163.16º | 1% | 0.34% | - |
| HSV(B) | 163.16º | 1% | 0.67% | - |
| XYZ | 18.14 | 30.56 | 23.68 | - |
| YUV | 114.4 | 132.85 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 123 | 1 | 0 | 0.28 | 0.33 | 163.16 | 1 | 0.34 |
| Hex | 0 | AB | 7B | 64 | 0 | 1C | 21 | A3 | 64 | 22 |
| Octal | 0 | 253 | 173 | 144 | 0 | 34 | 41 | 243 | 144 | 42 |
| Binary | 0 | 10101011 | 1111011 | 1100100 | 0 | 11100 | 100001 | 10100011 | 1100100 | 100010 |
Color Harmonies of #00AB7B
Complementary color
Monochromatic Colors of #00AB7B
Black with #00AB7B
Text Example
Text Example
White with #00AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AB7B; }
p { color: rgb(0,171,123); }
H1.HeaderClassName
{
color: #00AB7B;
}
.AnyTagClassName
{
color: #00AB7B;
}
</style>
background-color css
<style>
a { background-color: #00AB7B; }
a { background-color: rgb(0,171,123); }
div.DivClassName
{
background-color: #00AB7B;
}
.BgClassName
{
background-color: #00AB7B;
}
</style>
border-color css
<style>
span { border-color: #00AB7B; }
span { border-color: rgb(0,171,123); }
td.TdClassName
{
border-color: #00AB7B;
}
.TagClassName
{
border-color: #00AB7B;
}
</style>