#84ABAF

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

Shades of Ziggurat #84ABAF

Tints of Ziggurat #84ABAF

Color information

#84ABAF (or 0x84ABAF) is unknown color: approx Ziggurat. HEX triplet: 84, AB and AF. RGB value is (132,171,175). Sum of RGB (Red+Green+Blue) = 132+171+175=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #84ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ABAF is #7B5450. Grayscale: #9F9F9F. Windows color (decimal): -8082513 or 11512708. OLE color: 11512708.

HSL color Cylindrical-coordinate representation of color #84ABAF: hue angle of 185.58º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84ABAF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132171175-
CMYK0.250.0200.31
HSL185.58º21.18%60.2%-
HSV(B)185.58º24.57%68.63%-
XYZ31.8237.1346.05-
YUV159.79136.58108.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=27.62%
G=35.77%
B=36.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321711750.250.0200.31185.5821.1860.2
Hex84ABAF19201Fba153c
Octal2042532573120372722574
Binary10000100101010111010111111001100111111011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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