Shades of Ziggurat #8BAEAC
Tints of Ziggurat #8BAEAC
RGB
CMYK
RGB Variations
Color information
#8BAEAC (or 0x8BAEAC) is known color: Ziggurat. HEX triplet: 8B, AE and AC. RGB value is (139,174,172). Sum of RGB (Red+Green+Blue) = 139+174+172=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAEAC is #745153. Grayscale: #A3A3A3. Windows color (decimal): -7622996 or 11316875. OLE color: 11316875.
HSL color Cylindrical-coordinate representation of color #8BAEAC: hue angle of 176.57º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BAEAC is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 172 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.32 |
| HSL | 176.57º | 0.18% | 0.61% | - |
| HSV(B) | 176.57º | 0.2% | 0.68% | - |
| XYZ | 33.23 | 38.74 | 44.76 | - |
| YUV | 163.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 172 | 0.20 | 0 | 0.01 | 0.32 | 176.57 | 0.18 | 0.61 |
| Hex | 8B | AE | AC | 14 | 0 | 1 | 20 | B1 | 12 | 3D |
| Octal | 213 | 256 | 254 | 24 | 0 | 1 | 40 | 261 | 22 | 75 |
| Binary | 10001011 | 10101110 | 10101100 | 10100 | 0 | 1 | 100000 | 10110001 | 10010 | 111101 |
Color Harmonies of #8BAEAC
Complementary color
Monochromatic Colors of #8BAEAC
Black with #8BAEAC
Text Example
Text Example
White with #8BAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEAC; }
p { color: rgb(139,174,172); }
H1.HeaderClassName
{
color: #8BAEAC;
}
.AnyTagClassName
{
color: #8BAEAC;
}
</style>
background-color css
<style>
a { background-color: #8BAEAC; }
a { background-color: rgb(139,174,172); }
div.DivClassName
{
background-color: #8BAEAC;
}
.BgClassName
{
background-color: #8BAEAC;
}
</style>
border-color css
<style>
span { border-color: #8BAEAC; }
span { border-color: rgb(139,174,172); }
td.TdClassName
{
border-color: #8BAEAC;
}
.TagClassName
{
border-color: #8BAEAC;
}
</style>