Shades of Ziggurat #80AAB4
Tints of Ziggurat #80AAB4
RGB
CMYK
RGB Variations
Color information
#80AAB4 (or 0x80AAB4) is known color: Ziggurat. HEX triplet: 80, AA and B4. RGB value is (128,170,180). Sum of RGB (Red+Green+Blue) = 128+170+180=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #80AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAB4 is #7F554B. Grayscale: #9E9E9E. Windows color (decimal): -8344908 or 11840128. OLE color: 11840128.
HSL color Cylindrical-coordinate representation of color #80AAB4: hue angle of 191.54º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80AAB4 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 170 | 180 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.29 |
| HSL | 191.54º | 0.26% | 0.6% | - |
| HSV(B) | 191.54º | 0.29% | 0.71% | - |
| XYZ | 31.52 | 36.63 | 48.59 | - |
| YUV | 158.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 180 | 0.29 | 0.06 | 0 | 0.29 | 191.54 | 0.26 | 0.6 |
| Hex | 80 | AA | B4 | 1D | 6 | 0 | 1D | C0 | 1A | 3C |
| Octal | 200 | 252 | 264 | 35 | 6 | 0 | 35 | 300 | 32 | 74 |
| Binary | 10000000 | 10101010 | 10110100 | 11101 | 110 | 0 | 11101 | 11000000 | 11010 | 111100 |
Color Harmonies of #80AAB4
Complementary color
Monochromatic Colors of #80AAB4
Black with #80AAB4
Text Example
Text Example
White with #80AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAB4; }
p { color: rgb(128,170,180); }
H1.HeaderClassName
{
color: #80AAB4;
}
.AnyTagClassName
{
color: #80AAB4;
}
</style>
background-color css
<style>
a { background-color: #80AAB4; }
a { background-color: rgb(128,170,180); }
div.DivClassName
{
background-color: #80AAB4;
}
.BgClassName
{
background-color: #80AAB4;
}
</style>
border-color css
<style>
span { border-color: #80AAB4; }
span { border-color: rgb(128,170,180); }
td.TdClassName
{
border-color: #80AAB4;
}
.TagClassName
{
border-color: #80AAB4;
}
</style>