#82AAA7

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

Shades of Ziggurat #82AAA7

Tints of Ziggurat #82AAA7

Color information

#82AAA7 (or 0x82AAA7) is unknown color: approx Ziggurat. HEX triplet: 82, AA and A7. RGB value is (130,170,167). Sum of RGB (Red+Green+Blue) = 130+170+167=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #82AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAA7 is #7D5558. Grayscale: #9D9D9D. Windows color (decimal): -8213849 or 10988162. OLE color: 10988162.

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

Color convert

RGB130170167-
CMYK0.2400.020.33
HSL175.5º19.05%58.82%-
HSV(B)175.5º23.53%66.67%-
XYZ30.5636.2941.95-
YUV157.7133.25108.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=27.84%
G=36.40%
B=35.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301701670.2400.020.33175.519.0558.82
Hex82AAA7180221af133b
Octal2022522473002412572373
Binary100000101010101010100111110000101000011010111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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