Shades of Ziggurat #8EACAD
Tints of Ziggurat #8EACAD
RGB
CMYK
RGB Variations
Color information
#8EACAD (or 0x8EACAD) is known color: Ziggurat. HEX triplet: 8E, AC and AD. RGB value is (142,172,173). Sum of RGB (Red+Green+Blue) = 142+172+173=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACAD is #715352. Grayscale: #A3A3A3. Windows color (decimal): -7426899 or 11381902. OLE color: 11381902.
HSL color Cylindrical-coordinate representation of color #8EACAD: hue angle of 181.94º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EACAD is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 172 | 173 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.32 |
| HSL | 181.94º | 0.16% | 0.62% | - |
| HSV(B) | 181.94º | 0.18% | 0.68% | - |
| XYZ | 33.45 | 38.27 | 45.16 | - |
| YUV | 163.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 173 | 0.18 | 0.01 | 0 | 0.32 | 181.94 | 0.16 | 0.62 |
| Hex | 8E | AC | AD | 12 | 1 | 0 | 20 | B6 | 10 | 3E |
| Octal | 216 | 254 | 255 | 22 | 1 | 0 | 40 | 266 | 20 | 76 |
| Binary | 10001110 | 10101100 | 10101101 | 10010 | 1 | 0 | 100000 | 10110110 | 10000 | 111110 |
Color Harmonies of #8EACAD
Complementary color
Monochromatic Colors of #8EACAD
Black with #8EACAD
Text Example
Text Example
White with #8EACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACAD; }
p { color: rgb(142,172,173); }
H1.HeaderClassName
{
color: #8EACAD;
}
.AnyTagClassName
{
color: #8EACAD;
}
</style>
background-color css
<style>
a { background-color: #8EACAD; }
a { background-color: rgb(142,172,173); }
div.DivClassName
{
background-color: #8EACAD;
}
.BgClassName
{
background-color: #8EACAD;
}
</style>
border-color css
<style>
span { border-color: #8EACAD; }
span { border-color: rgb(142,172,173); }
td.TdClassName
{
border-color: #8EACAD;
}
.TagClassName
{
border-color: #8EACAD;
}
</style>