#82B4BA

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

Shades of Glacier #82B4BA

Tints of Glacier #82B4BA

Color information

#82B4BA (or 0x82B4BA) is unknown color: approx Glacier. HEX triplet: 82, B4 and BA. RGB value is (130,180,186). Sum of RGB (Red+Green+Blue) = 130+180+186=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 180 (70.70% from 255 or 36.29% 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 #82B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B4BA is #7D4B45. Grayscale: #A5A5A5. Windows color (decimal): -8211270 or 12235906. OLE color: 12235906.

HSL color Cylindrical-coordinate representation of color #82B4BA: hue angle of 186.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82B4BA is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130180186-
CMYK0.300.0300.27
HSL186.43º28.87%61.96%-
HSV(B)186.43º30.11%72.94%-
XYZ34.3940.9352.54-
YUV165.73139.44102.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=26.21%
G=36.29%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301801860.300.0300.27186.4328.8761.96
Hex82B4BA1E301Bba1d3e
Octal2022642723630332723576
Binary10000010101101001011101011110110110111011101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B4BA; }

 p { color: rgb(130,180,186); }

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

<style>
 a { background-color: #82B4BA; }

 a { background-color: rgb(130,180,186); }

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

<style>
 span { border-color: #82B4BA; }

 span { border-color: rgb(130,180,186); }

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