#82A8A5

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

Shades of Ziggurat #82A8A5

Tints of Ziggurat #82A8A5

Color information

#82A8A5 (or 0x82A8A5) is unknown color: approx Ziggurat. HEX triplet: 82, A8 and A5. RGB value is (130,168,165). Sum of RGB (Red+Green+Blue) = 130+168+165=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 168 - color contains mainly: green. Hex color #82A8A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A8A5 is #7D575A. Grayscale: #9C9C9C. Windows color (decimal): -8214363 or 10856578. OLE color: 10856578.

HSL color Cylindrical-coordinate representation of color #82A8A5: hue angle of 175.26º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A8A5 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB130168165-
CMYK0.2300.020.34
HSL175.26º17.92%58.43%-
HSV(B)175.26º22.62%65.88%-
XYZ3035.4740.86-
YUV156.3132.91109.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 165 (64.84% from 255) = 35.64%
R=28.08%
G=36.29%
B=35.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1301681650.2300.020.34175.2617.9258.43
Hex82A8A5170222af123a
Octal2022502452702422572272
Binary100000101010100010100101101110101000101010111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,168,165); }

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

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

 a { background-color: rgb(130,168,165); }

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

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

 span { border-color: rgb(130,168,165); }

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