Shades of Ziggurat #82AEAB
Tints of Ziggurat #82AEAB
RGB
CMYK
RGB Variations
Color information
#82AEAB (or 0x82AEAB) is known color: Ziggurat. HEX triplet: 82, AE and AB. RGB value is (130,174,171). Sum of RGB (Red+Green+Blue) = 130+174+171=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #82AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AEAB is #7D5154. Grayscale: #A0A0A0. Windows color (decimal): -8212821 or 11251330. OLE color: 11251330.
HSL color Cylindrical-coordinate representation of color #82AEAB: hue angle of 175.91º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82AEAB is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 174 | 171 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.32 |
| HSL | 175.91º | 0.21% | 0.6% | - |
| HSV(B) | 175.91º | 0.25% | 0.68% | - |
| XYZ | 31.69 | 37.96 | 44.18 | - |
| YUV | 160.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 171 | 0.25 | 0 | 0.02 | 0.32 | 175.91 | 0.21 | 0.6 |
| Hex | 82 | AE | AB | 19 | 0 | 2 | 20 | B0 | 15 | 3C |
| Octal | 202 | 256 | 253 | 31 | 0 | 2 | 40 | 260 | 25 | 74 |
| Binary | 10000010 | 10101110 | 10101011 | 11001 | 0 | 10 | 100000 | 10110000 | 10101 | 111100 |
Color Harmonies of #82AEAB
Complementary color
Monochromatic Colors of #82AEAB
Black with #82AEAB
Text Example
Text Example
White with #82AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AEAB; }
p { color: rgb(130,174,171); }
H1.HeaderClassName
{
color: #82AEAB;
}
.AnyTagClassName
{
color: #82AEAB;
}
</style>
background-color css
<style>
a { background-color: #82AEAB; }
a { background-color: rgb(130,174,171); }
div.DivClassName
{
background-color: #82AEAB;
}
.BgClassName
{
background-color: #82AEAB;
}
</style>
border-color css
<style>
span { border-color: #82AEAB; }
span { border-color: rgb(130,174,171); }
td.TdClassName
{
border-color: #82AEAB;
}
.TagClassName
{
border-color: #82AEAB;
}
</style>