Shades of Ziggurat #80A7AB
Tints of Ziggurat #80A7AB
RGB
CMYK
RGB Variations
Color information
#80A7AB (or 0x80A7AB) is known color: Ziggurat. HEX triplet: 80, A7 and AB. RGB value is (128,167,171). Sum of RGB (Red+Green+Blue) = 128+167+171=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #80A7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A7AB is #7F5854. Grayscale: #9B9B9B. Windows color (decimal): -8345685 or 11249536. OLE color: 11249536.
HSL color Cylindrical-coordinate representation of color #80A7AB: hue angle of 185.58º 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 #80A7AB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 167 | 171 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.33 |
| HSL | 185.58º | 0.2% | 0.59% | - |
| HSV(B) | 185.58º | 0.25% | 0.67% | - |
| XYZ | 30.07 | 35.17 | 43.73 | - |
| YUV | 155.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 171 | 0.25 | 0.02 | 0 | 0.33 | 185.58 | 0.2 | 0.59 |
| Hex | 80 | A7 | AB | 19 | 2 | 0 | 21 | BA | 14 | 3B |
| Octal | 200 | 247 | 253 | 31 | 2 | 0 | 41 | 272 | 24 | 73 |
| Binary | 10000000 | 10100111 | 10101011 | 11001 | 10 | 0 | 100001 | 10111010 | 10100 | 111011 |
Color Harmonies of #80A7AB
Complementary color
Monochromatic Colors of #80A7AB
Black with #80A7AB
Text Example
Text Example
White with #80A7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A7AB; }
p { color: rgb(128,167,171); }
H1.HeaderClassName
{
color: #80A7AB;
}
.AnyTagClassName
{
color: #80A7AB;
}
</style>
background-color css
<style>
a { background-color: #80A7AB; }
a { background-color: rgb(128,167,171); }
div.DivClassName
{
background-color: #80A7AB;
}
.BgClassName
{
background-color: #80A7AB;
}
</style>
border-color css
<style>
span { border-color: #80A7AB; }
span { border-color: rgb(128,167,171); }
td.TdClassName
{
border-color: #80A7AB;
}
.TagClassName
{
border-color: #80A7AB;
}
</style>