Shades of Ziggurat #88ADAB
Tints of Ziggurat #88ADAB
RGB
CMYK
RGB Variations
Color information
#88ADAB (or 0x88ADAB) is known color: Ziggurat. HEX triplet: 88, AD and AB. RGB value is (136,173,171). Sum of RGB (Red+Green+Blue) = 136+173+171=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #88ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ADAB is #775254. Grayscale: #A1A1A1. Windows color (decimal): -7819861 or 11251080. OLE color: 11251080.
HSL color Cylindrical-coordinate representation of color #88ADAB: hue angle of 176.76º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88ADAB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 171 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.32 |
| HSL | 176.76º | 0.18% | 0.61% | - |
| HSV(B) | 176.76º | 0.21% | 0.68% | - |
| XYZ | 32.45 | 38.06 | 44.16 | - |
| YUV | 161.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 171 | 0.21 | 0 | 0.01 | 0.32 | 176.76 | 0.18 | 0.61 |
| Hex | 88 | AD | AB | 15 | 0 | 1 | 20 | B1 | 12 | 3D |
| Octal | 210 | 255 | 253 | 25 | 0 | 1 | 40 | 261 | 22 | 75 |
| Binary | 10001000 | 10101101 | 10101011 | 10101 | 0 | 1 | 100000 | 10110001 | 10010 | 111101 |
Color Harmonies of #88ADAB
Complementary color
Monochromatic Colors of #88ADAB
Black with #88ADAB
Text Example
Text Example
White with #88ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADAB; }
p { color: rgb(136,173,171); }
H1.HeaderClassName
{
color: #88ADAB;
}
.AnyTagClassName
{
color: #88ADAB;
}
</style>
background-color css
<style>
a { background-color: #88ADAB; }
a { background-color: rgb(136,173,171); }
div.DivClassName
{
background-color: #88ADAB;
}
.BgClassName
{
background-color: #88ADAB;
}
</style>
border-color css
<style>
span { border-color: #88ADAB; }
span { border-color: rgb(136,173,171); }
td.TdClassName
{
border-color: #88ADAB;
}
.TagClassName
{
border-color: #88ADAB;
}
</style>