Shades of Ziggurat #81ABAB
Tints of Ziggurat #81ABAB
RGB
CMYK
RGB Variations
Color information
#81ABAB (or 0x81ABAB) is known color: Ziggurat. HEX triplet: 81, AB and AB. RGB value is (129,171,171). Sum of RGB (Red+Green+Blue) = 129+171+171=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #81ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81ABAB is #7E5454. Grayscale: #9E9E9E. Windows color (decimal): -8279125 or 11250561. OLE color: 11250561.
HSL color Cylindrical-coordinate representation of color #81ABAB: hue angle of 180º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81ABAB is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 171 | - |
| CMYK | 0.25 | 0 | 0 | 0.33 |
| HSL | 180º | 0.2% | 0.59% | - |
| HSV(B) | 180º | 0.25% | 0.67% | - |
| XYZ | 30.97 | 36.73 | 43.99 | - |
| YUV | 158.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 171 | 0.25 | 0 | 0 | 0.33 | 180 | 0.2 | 0.59 |
| Hex | 81 | AB | AB | 19 | 0 | 0 | 21 | B4 | 14 | 3B |
| Octal | 201 | 253 | 253 | 31 | 0 | 0 | 41 | 264 | 24 | 73 |
| Binary | 10000001 | 10101011 | 10101011 | 11001 | 0 | 0 | 100001 | 10110100 | 10100 | 111011 |
Color Harmonies of #81ABAB
Complementary color
Monochromatic Colors of #81ABAB
Black with #81ABAB
Text Example
Text Example
White with #81ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABAB; }
p { color: rgb(129,171,171); }
H1.HeaderClassName
{
color: #81ABAB;
}
.AnyTagClassName
{
color: #81ABAB;
}
</style>
background-color css
<style>
a { background-color: #81ABAB; }
a { background-color: rgb(129,171,171); }
div.DivClassName
{
background-color: #81ABAB;
}
.BgClassName
{
background-color: #81ABAB;
}
</style>
border-color css
<style>
span { border-color: #81ABAB; }
span { border-color: rgb(129,171,171); }
td.TdClassName
{
border-color: #81ABAB;
}
.TagClassName
{
border-color: #81ABAB;
}
</style>