#82AFAD

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

Shades of Ziggurat #82AFAD

Tints of Ziggurat #82AFAD

Color information

#82AFAD (or 0x82AFAD) is unknown color: approx Ziggurat. HEX triplet: 82, AF and AD. RGB value is (130,175,173). Sum of RGB (Red+Green+Blue) = 130+175+173=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #82AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AFAD is #7D5052. Grayscale: #A1A1A1. Windows color (decimal): -8212563 or 11382658. OLE color: 11382658.

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

Color convert

RGB130175173-
CMYK0.2600.010.31
HSL177.33º21.95%59.8%-
HSV(B)177.33º25.71%68.63%-
XYZ32.0838.4245.26-
YUV161.32134.59105.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=27.20%
G=36.61%
B=36.19%

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
Decimal1301751730.2600.010.31177.3321.9559.8
Hex82AFAD1A011Fb1163c
Octal2022572553201372612674
Binary1000001010101111101011011101001111111011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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