Shades of Ziggurat #84ABAE
Tints of Ziggurat #84ABAE
RGB
CMYK
RGB Variations
Color information
#84ABAE (or 0x84ABAE) is known color: Ziggurat. HEX triplet: 84, AB and AE. RGB value is (132,171,174). Sum of RGB (Red+Green+Blue) = 132+171+174=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #84ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABAE is #7B5451. Grayscale: #9F9F9F. Windows color (decimal): -8082514 or 11447172. OLE color: 11447172.
HSL color Cylindrical-coordinate representation of color #84ABAE: hue angle of 184.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84ABAE is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 171 | 174 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.32 |
| HSL | 184.29º | 0.21% | 0.6% | - |
| HSV(B) | 184.29º | 0.24% | 0.68% | - |
| XYZ | 31.72 | 37.09 | 45.53 | - |
| YUV | 159.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 174 | 0.24 | 0.02 | 0 | 0.32 | 184.29 | 0.21 | 0.6 |
| Hex | 84 | AB | AE | 18 | 2 | 0 | 20 | B8 | 15 | 3C |
| Octal | 204 | 253 | 256 | 30 | 2 | 0 | 40 | 270 | 25 | 74 |
| Binary | 10000100 | 10101011 | 10101110 | 11000 | 10 | 0 | 100000 | 10111000 | 10101 | 111100 |
Color Harmonies of #84ABAE
Complementary color
Monochromatic Colors of #84ABAE
Black with #84ABAE
Text Example
Text Example
White with #84ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABAE; }
p { color: rgb(132,171,174); }
H1.HeaderClassName
{
color: #84ABAE;
}
.AnyTagClassName
{
color: #84ABAE;
}
</style>
background-color css
<style>
a { background-color: #84ABAE; }
a { background-color: rgb(132,171,174); }
div.DivClassName
{
background-color: #84ABAE;
}
.BgClassName
{
background-color: #84ABAE;
}
</style>
border-color css
<style>
span { border-color: #84ABAE; }
span { border-color: rgb(132,171,174); }
td.TdClassName
{
border-color: #84ABAE;
}
.TagClassName
{
border-color: #84ABAE;
}
</style>