#82ACAA

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

Shades of Ziggurat #82ACAA

Tints of Ziggurat #82ACAA

Color information

#82ACAA (or 0x82ACAA) is unknown color: approx Ziggurat. HEX triplet: 82, AC and AA. RGB value is (130,172,170). Sum of RGB (Red+Green+Blue) = 130+172+170=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #82ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ACAA is #7D5355. Grayscale: #9F9F9F. Windows color (decimal): -8213334 or 11185282. OLE color: 11185282.

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

Color convert

RGB130172170-
CMYK0.2400.010.33
HSL177.14º20.19%59.22%-
HSV(B)177.14º24.42%67.45%-
XYZ31.2137.1543.56-
YUV159.21134.09107.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=27.54%
G=36.44%
B=36.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301721700.2400.010.33177.1420.1959.22
Hex82ACAA180121b1143b
Octal2022542523001412612473
Binary10000010101011001010101011000011000011011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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