#82AAAC

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

Shades of Ziggurat #82AAAC

Tints of Ziggurat #82AAAC

Color information

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

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

Color convert

RGB130170172-
CMYK0.240.0100.33
HSL182.86º20.19%59.22%-
HSV(B)182.86º24.42%67.45%-
XYZ31.0336.4744.43-
YUV158.27135.75107.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701720.240.0100.33182.8620.1959.22
Hex82AAAC181021b7143b
Octal2022522543010412672473
Binary10000010101010101010110011000101000011011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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