Shades of Ziggurat #81ADAD
Tints of Ziggurat #81ADAD
RGB
CMYK
RGB Variations
Color information
#81ADAD (or 0x81ADAD) is known color: Ziggurat. HEX triplet: 81, AD and AD. RGB value is (129,173,173). Sum of RGB (Red+Green+Blue) = 129+173+173=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #81ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ADAD is #7E5252. Grayscale: #9F9F9F. Windows color (decimal): -8278611 or 11382145. OLE color: 11382145.
HSL color Cylindrical-coordinate representation of color #81ADAD: hue angle of 180º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81ADAD is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 173 | - |
| CMYK | 0.25 | 0 | 0 | 0.32 |
| HSL | 180º | 0.21% | 0.59% | - |
| HSV(B) | 180º | 0.25% | 0.68% | - |
| XYZ | 31.54 | 37.57 | 45.12 | - |
| YUV | 159.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 173 | 0.25 | 0 | 0 | 0.32 | 180 | 0.21 | 0.59 |
| Hex | 81 | AD | AD | 19 | 0 | 0 | 20 | B4 | 15 | 3B |
| Octal | 201 | 255 | 255 | 31 | 0 | 0 | 40 | 264 | 25 | 73 |
| Binary | 10000001 | 10101101 | 10101101 | 11001 | 0 | 0 | 100000 | 10110100 | 10101 | 111011 |
Color Harmonies of #81ADAD
Complementary color
Monochromatic Colors of #81ADAD
Black with #81ADAD
Text Example
Text Example
White with #81ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ADAD; }
p { color: rgb(129,173,173); }
H1.HeaderClassName
{
color: #81ADAD;
}
.AnyTagClassName
{
color: #81ADAD;
}
</style>
background-color css
<style>
a { background-color: #81ADAD; }
a { background-color: rgb(129,173,173); }
div.DivClassName
{
background-color: #81ADAD;
}
.BgClassName
{
background-color: #81ADAD;
}
</style>
border-color css
<style>
span { border-color: #81ADAD; }
span { border-color: rgb(129,173,173); }
td.TdClassName
{
border-color: #81ADAD;
}
.TagClassName
{
border-color: #81ADAD;
}
</style>