#84B5B3

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

Shades of Ziggurat #84B5B3

Tints of Ziggurat #84B5B3

Color information

#84B5B3 (or 0x84B5B3) is unknown color: approx Ziggurat. HEX triplet: 84, B5 and B3. RGB value is (132,181,179). Sum of RGB (Red+Green+Blue) = 132+181+179=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #84B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B5B3 is #7B4A4C. Grayscale: #A6A6A6. Windows color (decimal): -8079949 or 11777412. OLE color: 11777412.

HSL color Cylindrical-coordinate representation of color #84B5B3: hue angle of 177.55º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B5B3 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB132181179-
CMYK0.2700.010.29
HSL177.55º24.87%61.37%-
HSV(B)177.55º27.07%70.98%-
XYZ34.1841.2148.8-
YUV166.12135.27103.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=26.83%
G=36.79%
B=36.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321811790.2700.010.29177.5524.8761.37
Hex84B5B31B011Db2193d
Octal2042652633301352623175
Binary1000010010110101101100111101101111011011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,181,179); }

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

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

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

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

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

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

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