#84B2BA

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

Shades of Glacier #84B2BA

Tints of Glacier #84B2BA

Color information

#84B2BA (or 0x84B2BA) is unknown color: approx Glacier. HEX triplet: 84, B2 and BA. RGB value is (132,178,186). Sum of RGB (Red+Green+Blue) = 132+178+186=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #84B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2BA is #7B4D45. Grayscale: #A5A5A5. Windows color (decimal): -8080710 or 12235396. OLE color: 12235396.

HSL color Cylindrical-coordinate representation of color #84B2BA: hue angle of 188.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B2BA is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132178186-
CMYK0.290.0400.27
HSL188.89º28.12%62.35%-
HSV(B)188.89º29.03%72.94%-
XYZ34.340.2952.42-
YUV165.16139.76104.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.61%
GREEN value IS 178 (69.92% from 255) = 35.89%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=26.61%
G=35.89%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321781860.290.0400.27188.8928.1262.35
Hex84B2BA1D401Bbd1c3e
Octal2042622723540332753476
Binary100001001011001010111010111011000110111011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,178,186); }

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

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

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

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

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

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

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