Shades of Ziggurat #83B1AF
Tints of Ziggurat #83B1AF
RGB
CMYK
RGB Variations
Color information
#83B1AF (or 0x83B1AF) is known color: Ziggurat. HEX triplet: 83, B1 and AF. RGB value is (131,177,175). Sum of RGB (Red+Green+Blue) = 131+177+175=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #83B1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B1AF is #7C4E50. Grayscale: #A2A2A2. Windows color (decimal): -8146513 or 11514243. OLE color: 11514243.
HSL color Cylindrical-coordinate representation of color #83B1AF: hue angle of 177.39º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83B1AF is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 177 | 175 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.31 |
| HSL | 177.39º | 0.23% | 0.6% | - |
| HSV(B) | 177.39º | 0.26% | 0.69% | - |
| XYZ | 32.82 | 39.36 | 46.43 | - |
| YUV | 163.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 177 | 175 | 0.26 | 0 | 0.01 | 0.31 | 177.39 | 0.23 | 0.6 |
| Hex | 83 | B1 | AF | 1A | 0 | 1 | 1F | B1 | 17 | 3C |
| Octal | 203 | 261 | 257 | 32 | 0 | 1 | 37 | 261 | 27 | 74 |
| Binary | 10000011 | 10110001 | 10101111 | 11010 | 0 | 1 | 11111 | 10110001 | 10111 | 111100 |
Color Harmonies of #83B1AF
Complementary color
Monochromatic Colors of #83B1AF
Black with #83B1AF
Text Example
Text Example
White with #83B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B1AF; }
p { color: rgb(131,177,175); }
H1.HeaderClassName
{
color: #83B1AF;
}
.AnyTagClassName
{
color: #83B1AF;
}
</style>
background-color css
<style>
a { background-color: #83B1AF; }
a { background-color: rgb(131,177,175); }
div.DivClassName
{
background-color: #83B1AF;
}
.BgClassName
{
background-color: #83B1AF;
}
</style>
border-color css
<style>
span { border-color: #83B1AF; }
span { border-color: rgb(131,177,175); }
td.TdClassName
{
border-color: #83B1AF;
}
.TagClassName
{
border-color: #83B1AF;
}
</style>