#82ABA9

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

Shades of Ziggurat #82ABA9

Tints of Ziggurat #82ABA9

Color information

#82ABA9 (or 0x82ABA9) is unknown color: approx Ziggurat. HEX triplet: 82, AB and A9. RGB value is (130,171,169). Sum of RGB (Red+Green+Blue) = 130+171+169=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #82ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ABA9 is #7D5456. Grayscale: #9E9E9E. Windows color (decimal): -8213591 or 11119490. OLE color: 11119490.

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

Color convert

RGB130171169-
CMYK0.2400.010.33
HSL177.07º19.62%59.02%-
HSV(B)177.07º23.98%67.06%-
XYZ30.9336.7443-
YUV158.51133.92107.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 169 (66.41% from 255) = 35.96%
R=27.66%
G=36.38%
B=35.96%

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
Decimal1301711690.2400.010.33177.0719.6259.02
Hex82ABA9180121b1143b
Octal2022532513001412612473
Binary10000010101010111010100111000011000011011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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