#83AEAB

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

Shades of Ziggurat #83AEAB

Tints of Ziggurat #83AEAB

Color information

#83AEAB (or 0x83AEAB) is unknown color: approx Ziggurat. HEX triplet: 83, AE and AB. RGB value is (131,174,171). Sum of RGB (Red+Green+Blue) = 131+174+171=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #83AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AEAB is #7C5154. Grayscale: #A0A0A0. Windows color (decimal): -8147285 or 11251331. OLE color: 11251331.

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

Color convert

RGB131174171-
CMYK0.2500.020.32
HSL175.81º20.98%59.8%-
HSV(B)175.81º24.71%68.24%-
XYZ31.8538.0444.19-
YUV160.8133.75106.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.52%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=27.52%
G=36.55%
B=35.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311741710.2500.020.32175.8120.9859.8
Hex83AEAB190220b0153c
Octal2032562533102402602574
Binary100000111010111010101011110010101000001011000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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