#84AEAF

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

Shades of Ziggurat #84AEAF

Tints of Ziggurat #84AEAF

Color information

#84AEAF (or 0x84AEAF) is unknown color: approx Ziggurat. HEX triplet: 84, AE and AF. RGB value is (132,174,175). Sum of RGB (Red+Green+Blue) = 132+174+175=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #84AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AEAF is #7B5150. Grayscale: #A1A1A1. Windows color (decimal): -8081745 or 11513476. OLE color: 11513476.

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

Color convert

RGB132174175-
CMYK0.250.0100.31
HSL181.4º21.18%60.2%-
HSV(B)181.4º24.57%68.63%-
XYZ32.3938.2746.24-
YUV161.56135.59106.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=27.44%
G=36.17%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321741750.250.0100.31181.421.1860.2
Hex84AEAF19101Fb5153c
Octal2042562573110372652574
Binary1000010010101110101011111100110111111011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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