#82AAA9

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

Shades of Ziggurat #82AAA9

Tints of Ziggurat #82AAA9

Color information

#82AAA9 (or 0x82AAA9) is unknown color: approx Ziggurat. HEX triplet: 82, AA and A9. RGB value is (130,170,169). Sum of RGB (Red+Green+Blue) = 130+170+169=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #82AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAA9 is #7D5556. Grayscale: #9D9D9D. Windows color (decimal): -8213847 or 11119234. OLE color: 11119234.

HSL color Cylindrical-coordinate representation of color #82AAA9: hue angle of 178.5º degrees, saturation: 0.19, 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 #82AAA9 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB130170169-
CMYK0.2400.010.33
HSL178.5º19.05%58.82%-
HSV(B)178.5º23.53%66.67%-
XYZ30.7436.3642.93-
YUV157.93134.25108.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 169 (66.41% from 255) = 36.03%
R=27.72%
G=36.25%
B=36.03%

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
Decimal1301701690.2400.010.33178.519.0558.82
Hex82AAA9180121b2133b
Octal2022522513001412622373
Binary10000010101010101010100111000011000011011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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