#84AAA8

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

Shades of Ziggurat #84AAA8

Tints of Ziggurat #84AAA8

Color information

#84AAA8 (or 0x84AAA8) is unknown color: approx Ziggurat. HEX triplet: 84, AA and A8. RGB value is (132,170,168). Sum of RGB (Red+Green+Blue) = 132+170+168=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #84AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AAA8 is #7B5557. Grayscale: #9E9E9E. Windows color (decimal): -8082776 or 11053700. OLE color: 11053700.

HSL color Cylindrical-coordinate representation of color #84AAA8: hue angle of 176.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84AAA8 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB132170168-
CMYK0.2200.010.33
HSL176.84º18.27%59.22%-
HSV(B)176.84º22.35%66.67%-
XYZ30.9636.4842.46-
YUV158.41133.41109.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.09%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=28.09%
G=36.17%
B=35.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321701680.2200.010.33176.8418.2759.22
Hex84AAA8160121b1123b
Octal2042522502601412612273
Binary10000100101010101010100010110011000011011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,170,168); }

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

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

 a { background-color: rgb(132,170,168); }

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

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

 span { border-color: rgb(132,170,168); }

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