Shades of Ziggurat #8EADAC
Tints of Ziggurat #8EADAC
RGB
CMYK
RGB Variations
Color information
#8EADAC (or 0x8EADAC) is known color: Ziggurat. HEX triplet: 8E, AD and AC. RGB value is (142,173,172). Sum of RGB (Red+Green+Blue) = 142+173+172=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #8EADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EADAC is #715253. Grayscale: #A3A3A3. Windows color (decimal): -7426644 or 11316622. OLE color: 11316622.
HSL color Cylindrical-coordinate representation of color #8EADAC: hue angle of 178.06º 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 #8EADAC is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 172 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.32 |
| HSL | 178.06º | 0.16% | 0.62% | - |
| HSV(B) | 178.06º | 0.18% | 0.68% | - |
| XYZ | 33.55 | 38.62 | 44.72 | - |
| YUV | 163.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 172 | 0.18 | 0 | 0.01 | 0.32 | 178.06 | 0.16 | 0.62 |
| Hex | 8E | AD | AC | 12 | 0 | 1 | 20 | B2 | 10 | 3E |
| Octal | 216 | 255 | 254 | 22 | 0 | 1 | 40 | 262 | 20 | 76 |
| Binary | 10001110 | 10101101 | 10101100 | 10010 | 0 | 1 | 100000 | 10110010 | 10000 | 111110 |
Color Harmonies of #8EADAC
Complementary color
Monochromatic Colors of #8EADAC
Black with #8EADAC
Text Example
Text Example
White with #8EADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADAC; }
p { color: rgb(142,173,172); }
H1.HeaderClassName
{
color: #8EADAC;
}
.AnyTagClassName
{
color: #8EADAC;
}
</style>
background-color css
<style>
a { background-color: #8EADAC; }
a { background-color: rgb(142,173,172); }
div.DivClassName
{
background-color: #8EADAC;
}
.BgClassName
{
background-color: #8EADAC;
}
</style>
border-color css
<style>
span { border-color: #8EADAC; }
span { border-color: rgb(142,173,172); }
td.TdClassName
{
border-color: #8EADAC;
}
.TagClassName
{
border-color: #8EADAC;
}
</style>