Shades of Ziggurat #8DADAD
Tints of Ziggurat #8DADAD
RGB
CMYK
RGB Variations
Color information
#8DADAD (or 0x8DADAD) is known color: Ziggurat. HEX triplet: 8D, AD and AD. RGB value is (141,173,173). Sum of RGB (Red+Green+Blue) = 141+173+173=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #8DADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DADAD is #725252. Grayscale: #A3A3A3. Windows color (decimal): -7492179 or 11382157. OLE color: 11382157.
HSL color Cylindrical-coordinate representation of color #8DADAD: hue angle of 180º 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 #8DADAD is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 173 | - |
| CMYK | 0.18 | 0 | 0 | 0.32 |
| HSL | 180º | 0.16% | 0.62% | - |
| HSV(B) | 180º | 0.18% | 0.68% | - |
| XYZ | 33.47 | 38.57 | 45.22 | - |
| YUV | 163.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 173 | 0.18 | 0 | 0 | 0.32 | 180 | 0.16 | 0.62 |
| Hex | 8D | AD | AD | 12 | 0 | 0 | 20 | B4 | 10 | 3E |
| Octal | 215 | 255 | 255 | 22 | 0 | 0 | 40 | 264 | 20 | 76 |
| Binary | 10001101 | 10101101 | 10101101 | 10010 | 0 | 0 | 100000 | 10110100 | 10000 | 111110 |
Color Harmonies of #8DADAD
Complementary color
Monochromatic Colors of #8DADAD
Black with #8DADAD
Text Example
Text Example
White with #8DADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADAD; }
p { color: rgb(141,173,173); }
H1.HeaderClassName
{
color: #8DADAD;
}
.AnyTagClassName
{
color: #8DADAD;
}
</style>
background-color css
<style>
a { background-color: #8DADAD; }
a { background-color: rgb(141,173,173); }
div.DivClassName
{
background-color: #8DADAD;
}
.BgClassName
{
background-color: #8DADAD;
}
</style>
border-color css
<style>
span { border-color: #8DADAD; }
span { border-color: rgb(141,173,173); }
td.TdClassName
{
border-color: #8DADAD;
}
.TagClassName
{
border-color: #8DADAD;
}
</style>