Shades of Ziggurat #8BADAD
Tints of Ziggurat #8BADAD
RGB
CMYK
RGB Variations
Color information
#8BADAD (or 0x8BADAD) is known color: Ziggurat. HEX triplet: 8B, AD and AD. RGB value is (139,173,173). Sum of RGB (Red+Green+Blue) = 139+173+173=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #8BADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BADAD is #745252. Grayscale: #A2A2A2. Windows color (decimal): -7623251 or 11382155. OLE color: 11382155.
HSL color Cylindrical-coordinate representation of color #8BADAD: hue angle of 180º degrees, saturation: 0.17, 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 #8BADAD is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 173 | - |
| CMYK | 0.20 | 0 | 0 | 0.32 |
| HSL | 180º | 0.17% | 0.61% | - |
| HSV(B) | 180º | 0.2% | 0.68% | - |
| XYZ | 33.13 | 38.39 | 45.2 | - |
| YUV | 162.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 173 | 0.20 | 0 | 0 | 0.32 | 180 | 0.17 | 0.61 |
| Hex | 8B | AD | AD | 14 | 0 | 0 | 20 | B4 | 11 | 3D |
| Octal | 213 | 255 | 255 | 24 | 0 | 0 | 40 | 264 | 21 | 75 |
| Binary | 10001011 | 10101101 | 10101101 | 10100 | 0 | 0 | 100000 | 10110100 | 10001 | 111101 |
Color Harmonies of #8BADAD
Complementary color
Monochromatic Colors of #8BADAD
Black with #8BADAD
Text Example
Text Example
White with #8BADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADAD; }
p { color: rgb(139,173,173); }
H1.HeaderClassName
{
color: #8BADAD;
}
.AnyTagClassName
{
color: #8BADAD;
}
</style>
background-color css
<style>
a { background-color: #8BADAD; }
a { background-color: rgb(139,173,173); }
div.DivClassName
{
background-color: #8BADAD;
}
.BgClassName
{
background-color: #8BADAD;
}
</style>
border-color css
<style>
span { border-color: #8BADAD; }
span { border-color: rgb(139,173,173); }
td.TdClassName
{
border-color: #8BADAD;
}
.TagClassName
{
border-color: #8BADAD;
}
</style>