Shades of Ziggurat #84ABAB
Tints of Ziggurat #84ABAB
RGB
CMYK
RGB Variations
Color information
#84ABAB (or 0x84ABAB) is known color: Ziggurat. HEX triplet: 84, AB and AB. RGB value is (132,171,171). Sum of RGB (Red+Green+Blue) = 132+171+171=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #84ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABAB is #7B5454. Grayscale: #9F9F9F. Windows color (decimal): -8082517 or 11250564. OLE color: 11250564.
HSL color Cylindrical-coordinate representation of color #84ABAB: hue angle of 180º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84ABAB is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 171 | - |
| CMYK | 0.23 | 0 | 0 | 0.33 |
| HSL | 180º | 0.19% | 0.59% | - |
| HSV(B) | 180º | 0.23% | 0.67% | - |
| XYZ | 31.43 | 36.97 | 44.01 | - |
| YUV | 159.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 171 | 0.23 | 0 | 0 | 0.33 | 180 | 0.19 | 0.59 |
| Hex | 84 | AB | AB | 17 | 0 | 0 | 21 | B4 | 13 | 3B |
| Octal | 204 | 253 | 253 | 27 | 0 | 0 | 41 | 264 | 23 | 73 |
| Binary | 10000100 | 10101011 | 10101011 | 10111 | 0 | 0 | 100001 | 10110100 | 10011 | 111011 |
Color Harmonies of #84ABAB
Complementary color
Monochromatic Colors of #84ABAB
Black with #84ABAB
Text Example
Text Example
White with #84ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABAB; }
p { color: rgb(132,171,171); }
H1.HeaderClassName
{
color: #84ABAB;
}
.AnyTagClassName
{
color: #84ABAB;
}
</style>
background-color css
<style>
a { background-color: #84ABAB; }
a { background-color: rgb(132,171,171); }
div.DivClassName
{
background-color: #84ABAB;
}
.BgClassName
{
background-color: #84ABAB;
}
</style>
border-color css
<style>
span { border-color: #84ABAB; }
span { border-color: rgb(132,171,171); }
td.TdClassName
{
border-color: #84ABAB;
}
.TagClassName
{
border-color: #84ABAB;
}
</style>