Shades of Ziggurat #80A9AC
Tints of Ziggurat #80A9AC
RGB
CMYK
RGB Variations
Color information
#80A9AC (or 0x80A9AC) is known color: Ziggurat. HEX triplet: 80, A9 and AC. RGB value is (128,169,172). Sum of RGB (Red+Green+Blue) = 128+169+172=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #80A9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A9AC is #7F5653. Grayscale: #9D9D9D. Windows color (decimal): -8345172 or 11315584. OLE color: 11315584.
HSL color Cylindrical-coordinate representation of color #80A9AC: hue angle of 184.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80A9AC is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 169 | 172 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.33 |
| HSL | 184.09º | 0.21% | 0.59% | - |
| HSV(B) | 184.09º | 0.26% | 0.67% | - |
| XYZ | 30.54 | 35.94 | 44.36 | - |
| YUV | 157.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 172 | 0.26 | 0.02 | 0 | 0.33 | 184.09 | 0.21 | 0.59 |
| Hex | 80 | A9 | AC | 1A | 2 | 0 | 21 | B8 | 15 | 3B |
| Octal | 200 | 251 | 254 | 32 | 2 | 0 | 41 | 270 | 25 | 73 |
| Binary | 10000000 | 10101001 | 10101100 | 11010 | 10 | 0 | 100001 | 10111000 | 10101 | 111011 |
Color Harmonies of #80A9AC
Complementary color
Monochromatic Colors of #80A9AC
Black with #80A9AC
Text Example
Text Example
White with #80A9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A9AC; }
p { color: rgb(128,169,172); }
H1.HeaderClassName
{
color: #80A9AC;
}
.AnyTagClassName
{
color: #80A9AC;
}
</style>
background-color css
<style>
a { background-color: #80A9AC; }
a { background-color: rgb(128,169,172); }
div.DivClassName
{
background-color: #80A9AC;
}
.BgClassName
{
background-color: #80A9AC;
}
</style>
border-color css
<style>
span { border-color: #80A9AC; }
span { border-color: rgb(128,169,172); }
td.TdClassName
{
border-color: #80A9AC;
}
.TagClassName
{
border-color: #80A9AC;
}
</style>