#83AEAC

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

Shades of Ziggurat #83AEAC

Tints of Ziggurat #83AEAC

Color information

#83AEAC (or 0x83AEAC) is unknown color: approx Ziggurat. HEX triplet: 83, AE and AC. RGB value is (131,174,172). Sum of RGB (Red+Green+Blue) = 131+174+172=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #83AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AEAC is #7C5153. Grayscale: #A0A0A0. Windows color (decimal): -8147284 or 11316867. OLE color: 11316867.

HSL color Cylindrical-coordinate representation of color #83AEAC: hue angle of 177.21º 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 #83AEAC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB131174172-
CMYK0.2500.010.32
HSL177.21º20.98%59.8%-
HSV(B)177.21º24.71%68.24%-
XYZ31.9438.0844.7-
YUV160.92134.25106.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.46%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=27.46%
G=36.48%
B=36.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311741720.2500.010.32177.2120.9859.8
Hex83AEAC190120b1153c
Octal2032562543101402612574
Binary10000011101011101010110011001011000001011000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AEAC; }

 p { color: rgb(131,174,172); }

 H1.HeaderClassName
 {
   color: #83AEAC;
 }
 .AnyTagClassName
 {
   color: #83AEAC;
 }
</style>
background-color css

<style>
 a { background-color: #83AEAC; }

 a { background-color: rgb(131,174,172); }

 div.DivClassName
 {
   background-color: #83AEAC;
 }
 .BgClassName
 {
   background-color: #83AEAC;
 }
</style>
border-color css

<style>
 span { border-color: #83AEAC; }

 span { border-color: rgb(131,174,172); }

 td.TdClassName
 {
   border-color: #83AEAC;
 }
 .TagClassName
 {
   border-color: #83AEAC;
 }
</style>