#83B1AF

Color #83B1AF Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #83B1AF

Tints of Ziggurat #83B1AF

Color information

#83B1AF (or 0x83B1AF) is unknown color: approx 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

RGB131177175-
CMYK0.2600.010.31
HSL177.39º22.77%60.39%-
HSV(B)177.39º25.99%69.41%-
XYZ32.8239.3646.43-
YUV163.02134.76105.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=27.12%
G=36.65%
B=36.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311771750.2600.010.31177.3922.7760.39
Hex83B1AF1A011Fb1173c
Octal2032612573201372612774
Binary1000001110110001101011111101001111111011000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>