Shades of Ziggurat #8AACAA
Tints of Ziggurat #8AACAA
RGB
CMYK
RGB Variations
Color information
#8AACAA (or 0x8AACAA) is known color: Ziggurat. HEX triplet: 8A, AC and AA. RGB value is (138,172,170). Sum of RGB (Red+Green+Blue) = 138+172+170=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #8AACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AACAA is #755355. Grayscale: #A1A1A1. Windows color (decimal): -7689046 or 11185290. OLE color: 11185290.
HSL color Cylindrical-coordinate representation of color #8AACAA: hue angle of 176.47º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AACAA is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 170 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.33 |
| HSL | 176.47º | 0.17% | 0.61% | - |
| HSV(B) | 176.47º | 0.2% | 0.67% | - |
| XYZ | 32.49 | 37.81 | 43.62 | - |
| YUV | 161.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 170 | 0.20 | 0 | 0.01 | 0.33 | 176.47 | 0.17 | 0.61 |
| Hex | 8A | AC | AA | 14 | 0 | 1 | 21 | B0 | 11 | 3D |
| Octal | 212 | 254 | 252 | 24 | 0 | 1 | 41 | 260 | 21 | 75 |
| Binary | 10001010 | 10101100 | 10101010 | 10100 | 0 | 1 | 100001 | 10110000 | 10001 | 111101 |
Color Harmonies of #8AACAA
Complementary color
Monochromatic Colors of #8AACAA
Black with #8AACAA
Text Example
Text Example
White with #8AACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACAA; }
p { color: rgb(138,172,170); }
H1.HeaderClassName
{
color: #8AACAA;
}
.AnyTagClassName
{
color: #8AACAA;
}
</style>
background-color css
<style>
a { background-color: #8AACAA; }
a { background-color: rgb(138,172,170); }
div.DivClassName
{
background-color: #8AACAA;
}
.BgClassName
{
background-color: #8AACAA;
}
</style>
border-color css
<style>
span { border-color: #8AACAA; }
span { border-color: rgb(138,172,170); }
td.TdClassName
{
border-color: #8AACAA;
}
.TagClassName
{
border-color: #8AACAA;
}
</style>