Shades of Ziggurat #8EABAB
Tints of Ziggurat #8EABAB
RGB
CMYK
RGB Variations
Color information
#8EABAB (or 0x8EABAB) is known color: Ziggurat. HEX triplet: 8E, AB and AB. RGB value is (142,171,171). Sum of RGB (Red+Green+Blue) = 142+171+171=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #8EABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABAB is #715454. Grayscale: #A2A2A2. Windows color (decimal): -7427157 or 11250574. OLE color: 11250574.
HSL color Cylindrical-coordinate representation of color #8EABAB: hue angle of 180º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EABAB is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 171 | 171 | - |
| CMYK | 0.17 | 0 | 0 | 0.33 |
| HSL | 180º | 0.15% | 0.61% | - |
| HSV(B) | 180º | 0.17% | 0.67% | - |
| XYZ | 33.07 | 37.82 | 44.08 | - |
| YUV | 162.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 171 | 0.17 | 0 | 0 | 0.33 | 180 | 0.15 | 0.61 |
| Hex | 8E | AB | AB | 11 | 0 | 0 | 21 | B4 | F | 3D |
| Octal | 216 | 253 | 253 | 21 | 0 | 0 | 41 | 264 | 17 | 75 |
| Binary | 10001110 | 10101011 | 10101011 | 10001 | 0 | 0 | 100001 | 10110100 | 1111 | 111101 |
Color Harmonies of #8EABAB
Complementary color
Monochromatic Colors of #8EABAB
Black with #8EABAB
Text Example
Text Example
White with #8EABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABAB; }
p { color: rgb(142,171,171); }
H1.HeaderClassName
{
color: #8EABAB;
}
.AnyTagClassName
{
color: #8EABAB;
}
</style>
background-color css
<style>
a { background-color: #8EABAB; }
a { background-color: rgb(142,171,171); }
div.DivClassName
{
background-color: #8EABAB;
}
.BgClassName
{
background-color: #8EABAB;
}
</style>
border-color css
<style>
span { border-color: #8EABAB; }
span { border-color: rgb(142,171,171); }
td.TdClassName
{
border-color: #8EABAB;
}
.TagClassName
{
border-color: #8EABAB;
}
</style>