Shades of Ziggurat #84B4B3
Tints of Ziggurat #84B4B3
RGB
CMYK
RGB Variations
Color information
#84B4B3 (or 0x84B4B3) is known color: Ziggurat. HEX triplet: 84, B4 and B3. RGB value is (132,180,179). Sum of RGB (Red+Green+Blue) = 132+180+179=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #84B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B4B3 is #7B4B4C. Grayscale: #A5A5A5. Windows color (decimal): -8080205 or 11777156. OLE color: 11777156.
HSL color Cylindrical-coordinate representation of color #84B4B3: hue angle of 178.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B4B3 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 179 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.29 |
| HSL | 178.75º | 0.24% | 0.61% | - |
| HSV(B) | 178.75º | 0.27% | 0.71% | - |
| XYZ | 33.97 | 40.8 | 48.73 | - |
| YUV | 165.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 179 | 0.27 | 0 | 0.01 | 0.29 | 178.75 | 0.24 | 0.61 |
| Hex | 84 | B4 | B3 | 1B | 0 | 1 | 1D | B3 | 18 | 3D |
| Octal | 204 | 264 | 263 | 33 | 0 | 1 | 35 | 263 | 30 | 75 |
| Binary | 10000100 | 10110100 | 10110011 | 11011 | 0 | 1 | 11101 | 10110011 | 11000 | 111101 |
Color Harmonies of #84B4B3
Complementary color
Monochromatic Colors of #84B4B3
Black with #84B4B3
Text Example
Text Example
White with #84B4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B4B3; }
p { color: rgb(132,180,179); }
H1.HeaderClassName
{
color: #84B4B3;
}
.AnyTagClassName
{
color: #84B4B3;
}
</style>
background-color css
<style>
a { background-color: #84B4B3; }
a { background-color: rgb(132,180,179); }
div.DivClassName
{
background-color: #84B4B3;
}
.BgClassName
{
background-color: #84B4B3;
}
</style>
border-color css
<style>
span { border-color: #84B4B3; }
span { border-color: rgb(132,180,179); }
td.TdClassName
{
border-color: #84B4B3;
}
.TagClassName
{
border-color: #84B4B3;
}
</style>