Shades of Ziggurat #8EACAC
Tints of Ziggurat #8EACAC
RGB
CMYK
RGB Variations
Color information
#8EACAC (or 0x8EACAC) is known color: Ziggurat. HEX triplet: 8E, AC and AC. RGB value is (142,172,172). Sum of RGB (Red+Green+Blue) = 142+172+172=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #8EACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACAC is #715353. Grayscale: #A3A3A3. Windows color (decimal): -7426900 or 11316366. OLE color: 11316366.
HSL color Cylindrical-coordinate representation of color #8EACAC: hue angle of 180º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EACAC is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 172 | - |
| CMYK | 0.17 | 0 | 0 | 0.33 |
| HSL | 180º | 0.15% | 0.62% | - |
| HSV(B) | 180º | 0.17% | 0.67% | - |
| XYZ | 33.35 | 38.23 | 44.65 | - |
| YUV | 163.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 172 | 0.17 | 0 | 0 | 0.33 | 180 | 0.15 | 0.62 |
| Hex | 8E | AC | AC | 11 | 0 | 0 | 21 | B4 | F | 3E |
| Octal | 216 | 254 | 254 | 21 | 0 | 0 | 41 | 264 | 17 | 76 |
| Binary | 10001110 | 10101100 | 10101100 | 10001 | 0 | 0 | 100001 | 10110100 | 1111 | 111110 |
Color Harmonies of #8EACAC
Complementary color
Monochromatic Colors of #8EACAC
Black with #8EACAC
Text Example
Text Example
White with #8EACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACAC; }
p { color: rgb(142,172,172); }
H1.HeaderClassName
{
color: #8EACAC;
}
.AnyTagClassName
{
color: #8EACAC;
}
</style>
background-color css
<style>
a { background-color: #8EACAC; }
a { background-color: rgb(142,172,172); }
div.DivClassName
{
background-color: #8EACAC;
}
.BgClassName
{
background-color: #8EACAC;
}
</style>
border-color css
<style>
span { border-color: #8EACAC; }
span { border-color: rgb(142,172,172); }
td.TdClassName
{
border-color: #8EACAC;
}
.TagClassName
{
border-color: #8EACAC;
}
</style>