#84ABAE

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

Shades of Ziggurat #84ABAE

Tints of Ziggurat #84ABAE

Color information

#84ABAE (or 0x84ABAE) is unknown color: approx Ziggurat. HEX triplet: 84, AB and AE. RGB value is (132,171,174). Sum of RGB (Red+Green+Blue) = 132+171+174=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #84ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABAE is #7B5451. Grayscale: #9F9F9F. Windows color (decimal): -8082514 or 11447172. OLE color: 11447172.

HSL color Cylindrical-coordinate representation of color #84ABAE: hue angle of 184.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84ABAE is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132171174-
CMYK0.240.0200.32
HSL184.29º20.59%60%-
HSV(B)184.29º24.14%68.24%-
XYZ31.7237.0945.53-
YUV159.68136.08108.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=27.67%
G=35.85%
B=36.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321711740.240.0200.32184.2920.5960
Hex84ABAE182020b8153c
Octal2042532563020402702574
Binary100001001010101110101110110001001000001011100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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