#84ACAA

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

Shades of Ziggurat #84ACAA

Tints of Ziggurat #84ACAA

Color information

#84ACAA (or 0x84ACAA) is unknown color: approx Ziggurat. HEX triplet: 84, AC and AA. RGB value is (132,172,170). Sum of RGB (Red+Green+Blue) = 132+172+170=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #84ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ACAA is #7B5355. Grayscale: #9F9F9F. Windows color (decimal): -8082262 or 11185284. OLE color: 11185284.

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

Color convert

RGB132172170-
CMYK0.2300.010.33
HSL177º19.42%59.61%-
HSV(B)177º23.26%67.45%-
XYZ31.5237.3143.57-
YUV159.81133.75108.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.85%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=27.85%
G=36.29%
B=35.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321721700.2300.010.3317719.4259.61
Hex84ACAA170121b1133c
Octal2042542522701412612374
Binary10000100101011001010101010111011000011011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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