Shades of Ziggurat #87ABAA
Tints of Ziggurat #87ABAA
RGB
CMYK
RGB Variations
Color information
#87ABAA (or 0x87ABAA) is known color: Ziggurat. HEX triplet: 87, AB and AA. RGB value is (135,171,170). Sum of RGB (Red+Green+Blue) = 135+171+170=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #87ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABAA is #785455. Grayscale: #A0A0A0. Windows color (decimal): -7885910 or 11185031. OLE color: 11185031.
HSL color Cylindrical-coordinate representation of color #87ABAA: hue angle of 178.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87ABAA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 171 | 170 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.33 |
| HSL | 178.33º | 0.18% | 0.6% | - |
| HSV(B) | 178.33º | 0.21% | 0.67% | - |
| XYZ | 31.81 | 37.18 | 43.53 | - |
| YUV | 160.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 170 | 0.21 | 0 | 0.01 | 0.33 | 178.33 | 0.18 | 0.6 |
| Hex | 87 | AB | AA | 15 | 0 | 1 | 21 | B2 | 12 | 3C |
| Octal | 207 | 253 | 252 | 25 | 0 | 1 | 41 | 262 | 22 | 74 |
| Binary | 10000111 | 10101011 | 10101010 | 10101 | 0 | 1 | 100001 | 10110010 | 10010 | 111100 |
Color Harmonies of #87ABAA
Complementary color
Monochromatic Colors of #87ABAA
Black with #87ABAA
Text Example
Text Example
White with #87ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABAA; }
p { color: rgb(135,171,170); }
H1.HeaderClassName
{
color: #87ABAA;
}
.AnyTagClassName
{
color: #87ABAA;
}
</style>
background-color css
<style>
a { background-color: #87ABAA; }
a { background-color: rgb(135,171,170); }
div.DivClassName
{
background-color: #87ABAA;
}
.BgClassName
{
background-color: #87ABAA;
}
</style>
border-color css
<style>
span { border-color: #87ABAA; }
span { border-color: rgb(135,171,170); }
td.TdClassName
{
border-color: #87ABAA;
}
.TagClassName
{
border-color: #87ABAA;
}
</style>