#83ABAE

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

Shades of Ziggurat #83ABAE

Tints of Ziggurat #83ABAE

Color information

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

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

Color convert

RGB131171174-
CMYK0.250.0200.32
HSL184.19º20.98%59.8%-
HSV(B)184.19º24.71%68.24%-
XYZ31.5637.0145.52-
YUV159.38136.25107.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311711740.250.0200.32184.1920.9859.8
Hex83ABAE192020b8153c
Octal2032532563120402702574
Binary100000111010101110101110110011001000001011100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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