#84ABAB

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

Shades of Ziggurat #84ABAB

Tints of Ziggurat #84ABAB

Color information

#84ABAB (or 0x84ABAB) is unknown color: approx Ziggurat. HEX triplet: 84, AB and AB. RGB value is (132,171,171). Sum of RGB (Red+Green+Blue) = 132+171+171=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #84ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABAB is #7B5454. Grayscale: #9F9F9F. Windows color (decimal): -8082517 or 11250564. OLE color: 11250564.

HSL color Cylindrical-coordinate representation of color #84ABAB: hue angle of 180º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84ABAB is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132171171-
CMYK0.23000.33
HSL180º18.84%59.41%-
HSV(B)180º22.81%67.06%-
XYZ31.4336.9744.01-
YUV159.34134.58108.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.85%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=27.85%
G=36.08%
B=36.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321711710.23000.3318018.8459.41
Hex84ABAB170021b4133b
Octal2042532532700412642373
Binary10000100101010111010101110111001000011011010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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