Shades of Ziggurat #80ACB4
Tints of Ziggurat #80ACB4
RGB
CMYK
RGB Variations
Color information
#80ACB4 (or 0x80ACB4) is known color: Ziggurat. HEX triplet: 80, AC and B4. RGB value is (128,172,180). Sum of RGB (Red+Green+Blue) = 128+172+180=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #80ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACB4 is #7F534B. Grayscale: #9F9F9F. Windows color (decimal): -8344396 or 11840640. OLE color: 11840640.
HSL color Cylindrical-coordinate representation of color #80ACB4: hue angle of 189.23º 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 #80ACB4 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 172 | 180 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.29 |
| HSL | 189.23º | 0.26% | 0.6% | - |
| HSV(B) | 189.23º | 0.29% | 0.71% | - |
| XYZ | 31.89 | 37.39 | 48.72 | - |
| YUV | 159.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 180 | 0.29 | 0.04 | 0 | 0.29 | 189.23 | 0.26 | 0.6 |
| Hex | 80 | AC | B4 | 1D | 4 | 0 | 1D | BD | 1A | 3C |
| Octal | 200 | 254 | 264 | 35 | 4 | 0 | 35 | 275 | 32 | 74 |
| Binary | 10000000 | 10101100 | 10110100 | 11101 | 100 | 0 | 11101 | 10111101 | 11010 | 111100 |
Color Harmonies of #80ACB4
Complementary color
Monochromatic Colors of #80ACB4
Black with #80ACB4
Text Example
Text Example
White with #80ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACB4; }
p { color: rgb(128,172,180); }
H1.HeaderClassName
{
color: #80ACB4;
}
.AnyTagClassName
{
color: #80ACB4;
}
</style>
background-color css
<style>
a { background-color: #80ACB4; }
a { background-color: rgb(128,172,180); }
div.DivClassName
{
background-color: #80ACB4;
}
.BgClassName
{
background-color: #80ACB4;
}
</style>
border-color css
<style>
span { border-color: #80ACB4; }
span { border-color: rgb(128,172,180); }
td.TdClassName
{
border-color: #80ACB4;
}
.TagClassName
{
border-color: #80ACB4;
}
</style>