#84AFAF

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

Shades of Ziggurat #84AFAF

Tints of Ziggurat #84AFAF

Color information

#84AFAF (or 0x84AFAF) is unknown color: approx Ziggurat. HEX triplet: 84, AF and AF. RGB value is (132,175,175). Sum of RGB (Red+Green+Blue) = 132+175+175=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #84AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AFAF is #7B5050. Grayscale: #A2A2A2. Windows color (decimal): -8081489 or 11513732. OLE color: 11513732.

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

Color convert

RGB132175175-
CMYK0.25000.31
HSL180º21.18%60.2%-
HSV(B)180º24.57%68.63%-
XYZ32.5838.6646.3-
YUV162.14135.25106.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=27.39%
G=36.31%
B=36.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321751750.25000.3118021.1860.2
Hex84AFAF19001Fb4153c
Octal2042572573100372642574
Binary1000010010101111101011111100100111111011010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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