Shades of Ziggurat #8DABAD
Tints of Ziggurat #8DABAD
RGB
CMYK
RGB Variations
Color information
#8DABAD (or 0x8DABAD) is known color: Ziggurat. HEX triplet: 8D, AB and AD. RGB value is (141,171,173). Sum of RGB (Red+Green+Blue) = 141+171+173=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DABAD is #725452. Grayscale: #A2A2A2. Windows color (decimal): -7492691 or 11381645. OLE color: 11381645.
HSL color Cylindrical-coordinate representation of color #8DABAD: hue angle of 183.75º 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 #8DABAD is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 171 | 173 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.32 |
| HSL | 183.75º | 0.16% | 0.62% | - |
| HSV(B) | 183.75º | 0.18% | 0.68% | - |
| XYZ | 33.09 | 37.81 | 45.09 | - |
| YUV | 162.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 173 | 0.18 | 0.01 | 0 | 0.32 | 183.75 | 0.16 | 0.62 |
| Hex | 8D | AB | AD | 12 | 1 | 0 | 20 | B8 | 10 | 3E |
| Octal | 215 | 253 | 255 | 22 | 1 | 0 | 40 | 270 | 20 | 76 |
| Binary | 10001101 | 10101011 | 10101101 | 10010 | 1 | 0 | 100000 | 10111000 | 10000 | 111110 |
Color Harmonies of #8DABAD
Complementary color
Monochromatic Colors of #8DABAD
Black with #8DABAD
Text Example
Text Example
White with #8DABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABAD; }
p { color: rgb(141,171,173); }
H1.HeaderClassName
{
color: #8DABAD;
}
.AnyTagClassName
{
color: #8DABAD;
}
</style>
background-color css
<style>
a { background-color: #8DABAD; }
a { background-color: rgb(141,171,173); }
div.DivClassName
{
background-color: #8DABAD;
}
.BgClassName
{
background-color: #8DABAD;
}
</style>
border-color css
<style>
span { border-color: #8DABAD; }
span { border-color: rgb(141,171,173); }
td.TdClassName
{
border-color: #8DABAD;
}
.TagClassName
{
border-color: #8DABAD;
}
</style>