#82AFAE

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

Shades of Ziggurat #82AFAE

Tints of Ziggurat #82AFAE

Color information

#82AFAE (or 0x82AFAE) is unknown color: approx Ziggurat. HEX triplet: 82, AF and AE. RGB value is (130,175,174). Sum of RGB (Red+Green+Blue) = 130+175+174=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #82AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AFAE is #7D5051. Grayscale: #A1A1A1. Windows color (decimal): -8212562 or 11448194. OLE color: 11448194.

HSL color Cylindrical-coordinate representation of color #82AFAE: hue angle of 178.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82AFAE is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB130175174-
CMYK0.2600.010.31
HSL178.67º21.95%59.8%-
HSV(B)178.67º25.71%68.63%-
XYZ32.1838.4645.77-
YUV161.43135.09105.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=27.14%
G=36.53%
B=36.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301751740.2600.010.31178.6721.9559.8
Hex82AFAE1A011Fb3163c
Octal2022572563201372632674
Binary1000001010101111101011101101001111111011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,175,174); }

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

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

 a { background-color: rgb(130,175,174); }

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

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

 span { border-color: rgb(130,175,174); }

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