Shades of Ziggurat #8AABAB
Tints of Ziggurat #8AABAB
RGB
CMYK
RGB Variations
Color information
#8AABAB (or 0x8AABAB) is known color: Ziggurat. HEX triplet: 8A, AB and AB. RGB value is (138,171,171). Sum of RGB (Red+Green+Blue) = 138+171+171=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #8AABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AABAB is #755454. Grayscale: #A1A1A1. Windows color (decimal): -7689301 or 11250570. OLE color: 11250570.
HSL color Cylindrical-coordinate representation of color #8AABAB: hue angle of 180º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AABAB is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 171 | - |
| CMYK | 0.19 | 0 | 0 | 0.33 |
| HSL | 180º | 0.16% | 0.61% | - |
| HSV(B) | 180º | 0.19% | 0.67% | - |
| XYZ | 32.39 | 37.47 | 44.05 | - |
| YUV | 161.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 171 | 0.19 | 0 | 0 | 0.33 | 180 | 0.16 | 0.61 |
| Hex | 8A | AB | AB | 13 | 0 | 0 | 21 | B4 | 10 | 3D |
| Octal | 212 | 253 | 253 | 23 | 0 | 0 | 41 | 264 | 20 | 75 |
| Binary | 10001010 | 10101011 | 10101011 | 10011 | 0 | 0 | 100001 | 10110100 | 10000 | 111101 |
Color Harmonies of #8AABAB
Complementary color
Monochromatic Colors of #8AABAB
Black with #8AABAB
Text Example
Text Example
White with #8AABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABAB; }
p { color: rgb(138,171,171); }
H1.HeaderClassName
{
color: #8AABAB;
}
.AnyTagClassName
{
color: #8AABAB;
}
</style>
background-color css
<style>
a { background-color: #8AABAB; }
a { background-color: rgb(138,171,171); }
div.DivClassName
{
background-color: #8AABAB;
}
.BgClassName
{
background-color: #8AABAB;
}
</style>
border-color css
<style>
span { border-color: #8AABAB; }
span { border-color: rgb(138,171,171); }
td.TdClassName
{
border-color: #8AABAB;
}
.TagClassName
{
border-color: #8AABAB;
}
</style>