Shades of Ziggurat #83AFAE
Tints of Ziggurat #83AFAE
RGB
CMYK
RGB Variations
Color information
#83AFAE (or 0x83AFAE) is known color: Ziggurat. HEX triplet: 83, AF and AE. RGB value is (131,175,174). Sum of RGB (Red+Green+Blue) = 131+175+174=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #83AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AFAE is #7C5051. Grayscale: #A1A1A1. Windows color (decimal): -8147026 or 11448195. OLE color: 11448195.
HSL color Cylindrical-coordinate representation of color #83AFAE: hue angle of 178.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83AFAE is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 174 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.31 |
| HSL | 178.64º | 0.22% | 0.6% | - |
| HSV(B) | 178.64º | 0.25% | 0.69% | - |
| XYZ | 32.33 | 38.54 | 45.78 | - |
| YUV | 161.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 174 | 0.25 | 0 | 0.01 | 0.31 | 178.64 | 0.22 | 0.6 |
| Hex | 83 | AF | AE | 19 | 0 | 1 | 1F | B3 | 16 | 3C |
| Octal | 203 | 257 | 256 | 31 | 0 | 1 | 37 | 263 | 26 | 74 |
| Binary | 10000011 | 10101111 | 10101110 | 11001 | 0 | 1 | 11111 | 10110011 | 10110 | 111100 |
Color Harmonies of #83AFAE
Complementary color
Monochromatic Colors of #83AFAE
Black with #83AFAE
Text Example
Text Example
White with #83AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AFAE; }
p { color: rgb(131,175,174); }
H1.HeaderClassName
{
color: #83AFAE;
}
.AnyTagClassName
{
color: #83AFAE;
}
</style>
background-color css
<style>
a { background-color: #83AFAE; }
a { background-color: rgb(131,175,174); }
div.DivClassName
{
background-color: #83AFAE;
}
.BgClassName
{
background-color: #83AFAE;
}
</style>
border-color css
<style>
span { border-color: #83AFAE; }
span { border-color: rgb(131,175,174); }
td.TdClassName
{
border-color: #83AFAE;
}
.TagClassName
{
border-color: #83AFAE;
}
</style>