Shades of Ziggurat #80ABAA
Tints of Ziggurat #80ABAA
RGB
CMYK
RGB Variations
Color information
#80ABAA (or 0x80ABAA) is known color: Ziggurat. HEX triplet: 80, AB and AA. RGB value is (128,171,170). Sum of RGB (Red+Green+Blue) = 128+171+170=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #80ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABAA is #7F5455. Grayscale: #9D9D9D. Windows color (decimal): -8344662 or 11185024. OLE color: 11185024.
HSL color Cylindrical-coordinate representation of color #80ABAA: hue angle of 178.6º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80ABAA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 170 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.33 |
| HSL | 178.6º | 0.2% | 0.59% | - |
| HSV(B) | 178.6º | 0.25% | 0.67% | - |
| XYZ | 30.72 | 36.62 | 43.48 | - |
| YUV | 158.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 170 | 0.25 | 0 | 0.01 | 0.33 | 178.6 | 0.2 | 0.59 |
| Hex | 80 | AB | AA | 19 | 0 | 1 | 21 | B3 | 14 | 3B |
| Octal | 200 | 253 | 252 | 31 | 0 | 1 | 41 | 263 | 24 | 73 |
| Binary | 10000000 | 10101011 | 10101010 | 11001 | 0 | 1 | 100001 | 10110011 | 10100 | 111011 |
Color Harmonies of #80ABAA
Complementary color
Monochromatic Colors of #80ABAA
Black with #80ABAA
Text Example
Text Example
White with #80ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ABAA; }
p { color: rgb(128,171,170); }
H1.HeaderClassName
{
color: #80ABAA;
}
.AnyTagClassName
{
color: #80ABAA;
}
</style>
background-color css
<style>
a { background-color: #80ABAA; }
a { background-color: rgb(128,171,170); }
div.DivClassName
{
background-color: #80ABAA;
}
.BgClassName
{
background-color: #80ABAA;
}
</style>
border-color css
<style>
span { border-color: #80ABAA; }
span { border-color: rgb(128,171,170); }
td.TdClassName
{
border-color: #80ABAA;
}
.TagClassName
{
border-color: #80ABAA;
}
</style>