#84ADAE

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

Shades of Ziggurat #84ADAE

Tints of Ziggurat #84ADAE

Color information

#84ADAE (or 0x84ADAE) is unknown color: approx Ziggurat. HEX triplet: 84, AD and AE. RGB value is (132,173,174). Sum of RGB (Red+Green+Blue) = 132+173+174=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #84ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ADAE is #7B5251. Grayscale: #A0A0A0. Windows color (decimal): -8082002 or 11447684. OLE color: 11447684.

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

Color convert

RGB132173174-
CMYK0.240.0100.32
HSL181.43º20.59%60%-
HSV(B)181.43º24.14%68.24%-
XYZ32.137.8545.66-
YUV160.85135.42107.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.56%
GREEN value IS 173 (67.97% from 255) = 36.12%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=27.56%
G=36.12%
B=36.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321731740.240.0100.32181.4320.5960
Hex84ADAE181020b5153c
Octal2042552563010402652574
Binary10000100101011011010111011000101000001011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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