#82ABAB

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

Shades of Ziggurat #82ABAB

Tints of Ziggurat #82ABAB

Color information

#82ABAB (or 0x82ABAB) is unknown color: approx Ziggurat. HEX triplet: 82, AB and AB. RGB value is (130,171,171). Sum of RGB (Red+Green+Blue) = 130+171+171=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #82ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ABAB is #7D5454. Grayscale: #9E9E9E. Windows color (decimal): -8213589 or 11250562. OLE color: 11250562.

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

Color convert

RGB130171171-
CMYK0.24000.33
HSL180º19.62%59.02%-
HSV(B)180º23.98%67.06%-
XYZ31.1236.8143.99-
YUV158.74134.92107.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=27.54%
G=36.23%
B=36.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711710.24000.3318019.6259.02
Hex82ABAB180021b4143b
Octal2022532533000412642473
Binary10000010101010111010101111000001000011011010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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