Shades of Ziggurat #82ADAD
Tints of Ziggurat #82ADAD
RGB
CMYK
RGB Variations
Color information
#82ADAD (or 0x82ADAD) is known color: Ziggurat. HEX triplet: 82, AD and AD. RGB value is (130,173,173). Sum of RGB (Red+Green+Blue) = 130+173+173=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #82ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ADAD is #7D5252. Grayscale: #A0A0A0. Windows color (decimal): -8213075 or 11382146. OLE color: 11382146.
HSL color Cylindrical-coordinate representation of color #82ADAD: 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 #82ADAD is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 173 | - |
| CMYK | 0.25 | 0 | 0 | 0.32 |
| HSL | 180º | 0.21% | 0.59% | - |
| HSV(B) | 180º | 0.25% | 0.68% | - |
| XYZ | 31.69 | 37.65 | 45.13 | - |
| YUV | 160.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 173 | 0.25 | 0 | 0 | 0.32 | 180 | 0.21 | 0.59 |
| Hex | 82 | AD | AD | 19 | 0 | 0 | 20 | B4 | 15 | 3B |
| Octal | 202 | 255 | 255 | 31 | 0 | 0 | 40 | 264 | 25 | 73 |
| Binary | 10000010 | 10101101 | 10101101 | 11001 | 0 | 0 | 100000 | 10110100 | 10101 | 111011 |
Color Harmonies of #82ADAD
Complementary color
Monochromatic Colors of #82ADAD
Black with #82ADAD
Text Example
Text Example
White with #82ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADAD; }
p { color: rgb(130,173,173); }
H1.HeaderClassName
{
color: #82ADAD;
}
.AnyTagClassName
{
color: #82ADAD;
}
</style>
background-color css
<style>
a { background-color: #82ADAD; }
a { background-color: rgb(130,173,173); }
div.DivClassName
{
background-color: #82ADAD;
}
.BgClassName
{
background-color: #82ADAD;
}
</style>
border-color css
<style>
span { border-color: #82ADAD; }
span { border-color: rgb(130,173,173); }
td.TdClassName
{
border-color: #82ADAD;
}
.TagClassName
{
border-color: #82ADAD;
}
</style>