Shades of Ziggurat #83ADAD
Tints of Ziggurat #83ADAD
RGB
CMYK
RGB Variations
Color information
#83ADAD (or 0x83ADAD) is known color: Ziggurat. HEX triplet: 83, AD and AD. RGB value is (131,173,173). Sum of RGB (Red+Green+Blue) = 131+173+173=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #83ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ADAD is #7C5252. Grayscale: #A0A0A0. Windows color (decimal): -8147539 or 11382147. OLE color: 11382147.
HSL color Cylindrical-coordinate representation of color #83ADAD: hue angle of 180º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83ADAD is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 173 | - |
| CMYK | 0.24 | 0 | 0 | 0.32 |
| HSL | 180º | 0.2% | 0.6% | - |
| HSV(B) | 180º | 0.24% | 0.68% | - |
| XYZ | 31.85 | 37.73 | 45.14 | - |
| YUV | 160.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 173 | 0.24 | 0 | 0 | 0.32 | 180 | 0.2 | 0.6 |
| Hex | 83 | AD | AD | 18 | 0 | 0 | 20 | B4 | 14 | 3C |
| Octal | 203 | 255 | 255 | 30 | 0 | 0 | 40 | 264 | 24 | 74 |
| Binary | 10000011 | 10101101 | 10101101 | 11000 | 0 | 0 | 100000 | 10110100 | 10100 | 111100 |
Color Harmonies of #83ADAD
Complementary color
Monochromatic Colors of #83ADAD
Black with #83ADAD
Text Example
Text Example
White with #83ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ADAD; }
p { color: rgb(131,173,173); }
H1.HeaderClassName
{
color: #83ADAD;
}
.AnyTagClassName
{
color: #83ADAD;
}
</style>
background-color css
<style>
a { background-color: #83ADAD; }
a { background-color: rgb(131,173,173); }
div.DivClassName
{
background-color: #83ADAD;
}
.BgClassName
{
background-color: #83ADAD;
}
</style>
border-color css
<style>
span { border-color: #83ADAD; }
span { border-color: rgb(131,173,173); }
td.TdClassName
{
border-color: #83ADAD;
}
.TagClassName
{
border-color: #83ADAD;
}
</style>