Shades of Ziggurat #83ABAB
Tints of Ziggurat #83ABAB
RGB
CMYK
RGB Variations
Color information
#83ABAB (or 0x83ABAB) is known color: Ziggurat. HEX triplet: 83, AB and AB. RGB value is (131,171,171). Sum of RGB (Red+Green+Blue) = 131+171+171=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #83ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83ABAB is #7C5454. Grayscale: #9F9F9F. Windows color (decimal): -8148053 or 11250563. OLE color: 11250563.
HSL color Cylindrical-coordinate representation of color #83ABAB: hue angle of 180º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83ABAB is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 171 | - |
| CMYK | 0.23 | 0 | 0 | 0.33 |
| HSL | 180º | 0.19% | 0.59% | - |
| HSV(B) | 180º | 0.23% | 0.67% | - |
| XYZ | 31.27 | 36.89 | 44 | - |
| YUV | 159.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 171 | 0.23 | 0 | 0 | 0.33 | 180 | 0.19 | 0.59 |
| Hex | 83 | AB | AB | 17 | 0 | 0 | 21 | B4 | 13 | 3B |
| Octal | 203 | 253 | 253 | 27 | 0 | 0 | 41 | 264 | 23 | 73 |
| Binary | 10000011 | 10101011 | 10101011 | 10111 | 0 | 0 | 100001 | 10110100 | 10011 | 111011 |
Color Harmonies of #83ABAB
Complementary color
Monochromatic Colors of #83ABAB
Black with #83ABAB
Text Example
Text Example
White with #83ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ABAB; }
p { color: rgb(131,171,171); }
H1.HeaderClassName
{
color: #83ABAB;
}
.AnyTagClassName
{
color: #83ABAB;
}
</style>
background-color css
<style>
a { background-color: #83ABAB; }
a { background-color: rgb(131,171,171); }
div.DivClassName
{
background-color: #83ABAB;
}
.BgClassName
{
background-color: #83ABAB;
}
</style>
border-color css
<style>
span { border-color: #83ABAB; }
span { border-color: rgb(131,171,171); }
td.TdClassName
{
border-color: #83ABAB;
}
.TagClassName
{
border-color: #83ABAB;
}
</style>