Shades of Ziggurat #8BB0AF
Tints of Ziggurat #8BB0AF
RGB
CMYK
RGB Variations
Color information
#8BB0AF (or 0x8BB0AF) is known color: Ziggurat. HEX triplet: 8B, B0 and AF. RGB value is (139,176,175). Sum of RGB (Red+Green+Blue) = 139+176+175=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB0AF is #744F50. Grayscale: #A4A4A4. Windows color (decimal): -7622481 or 11513995. OLE color: 11513995.
HSL color Cylindrical-coordinate representation of color #8BB0AF: hue angle of 178.38º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BB0AF is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 176 | 175 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.31 |
| HSL | 178.38º | 0.19% | 0.62% | - |
| HSV(B) | 178.38º | 0.21% | 0.69% | - |
| XYZ | 33.91 | 39.63 | 46.42 | - |
| YUV | 164.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 175 | 0.21 | 0 | 0.01 | 0.31 | 178.38 | 0.19 | 0.62 |
| Hex | 8B | B0 | AF | 15 | 0 | 1 | 1F | B2 | 13 | 3E |
| Octal | 213 | 260 | 257 | 25 | 0 | 1 | 37 | 262 | 23 | 76 |
| Binary | 10001011 | 10110000 | 10101111 | 10101 | 0 | 1 | 11111 | 10110010 | 10011 | 111110 |
Color Harmonies of #8BB0AF
Complementary color
Monochromatic Colors of #8BB0AF
Black with #8BB0AF
Text Example
Text Example
White with #8BB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB0AF; }
p { color: rgb(139,176,175); }
H1.HeaderClassName
{
color: #8BB0AF;
}
.AnyTagClassName
{
color: #8BB0AF;
}
</style>
background-color css
<style>
a { background-color: #8BB0AF; }
a { background-color: rgb(139,176,175); }
div.DivClassName
{
background-color: #8BB0AF;
}
.BgClassName
{
background-color: #8BB0AF;
}
</style>
border-color css
<style>
span { border-color: #8BB0AF; }
span { border-color: rgb(139,176,175); }
td.TdClassName
{
border-color: #8BB0AF;
}
.TagClassName
{
border-color: #8BB0AF;
}
</style>