Shades of Ziggurat #80ADAD
Tints of Ziggurat #80ADAD
RGB
CMYK
RGB Variations
Color information
#80ADAD (or 0x80ADAD) is known color: Ziggurat. HEX triplet: 80, AD and AD. RGB value is (128,173,173). Sum of RGB (Red+Green+Blue) = 128+173+173=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #80ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ADAD is #7F5252. Grayscale: #9F9F9F. Windows color (decimal): -8344147 or 11382144. OLE color: 11382144.
HSL color Cylindrical-coordinate representation of color #80ADAD: hue angle of 180º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80ADAD is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 173 | - |
| CMYK | 0.26 | 0 | 0 | 0.32 |
| HSL | 180º | 0.22% | 0.59% | - |
| HSV(B) | 180º | 0.26% | 0.68% | - |
| XYZ | 31.39 | 37.49 | 45.12 | - |
| YUV | 159.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 173 | 0.26 | 0 | 0 | 0.32 | 180 | 0.22 | 0.59 |
| Hex | 80 | AD | AD | 1A | 0 | 0 | 20 | B4 | 16 | 3B |
| Octal | 200 | 255 | 255 | 32 | 0 | 0 | 40 | 264 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10101101 | 11010 | 0 | 0 | 100000 | 10110100 | 10110 | 111011 |
Color Harmonies of #80ADAD
Complementary color
Monochromatic Colors of #80ADAD
Black with #80ADAD
Text Example
Text Example
White with #80ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADAD; }
p { color: rgb(128,173,173); }
H1.HeaderClassName
{
color: #80ADAD;
}
.AnyTagClassName
{
color: #80ADAD;
}
</style>
background-color css
<style>
a { background-color: #80ADAD; }
a { background-color: rgb(128,173,173); }
div.DivClassName
{
background-color: #80ADAD;
}
.BgClassName
{
background-color: #80ADAD;
}
</style>
border-color css
<style>
span { border-color: #80ADAD; }
span { border-color: rgb(128,173,173); }
td.TdClassName
{
border-color: #80ADAD;
}
.TagClassName
{
border-color: #80ADAD;
}
</style>