#84B0AD

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

Shades of Ziggurat #84B0AD

Tints of Ziggurat #84B0AD

Color information

#84B0AD (or 0x84B0AD) is unknown color: approx Ziggurat. HEX triplet: 84, B0 and AD. RGB value is (132,176,173). Sum of RGB (Red+Green+Blue) = 132+176+173=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #84B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B0AD is #7B4F52. Grayscale: #A2A2A2. Windows color (decimal): -8081235 or 11382916. OLE color: 11382916.

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

Color convert

RGB132176173-
CMYK0.2500.020.31
HSL175.91º21.78%60.39%-
HSV(B)175.91º25%69.02%-
XYZ32.5838.9745.34-
YUV162.5133.92106.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=27.44%
G=36.59%
B=35.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321761730.2500.020.31175.9121.7860.39
Hex84B0AD19021Fb0163c
Octal2042602553102372602674
Binary10000100101100001010110111001010111111011000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,173); }

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

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

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

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

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

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

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