#82B0BA

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

Shades of Glacier #82B0BA

Tints of Glacier #82B0BA

Color information

#82B0BA (or 0x82B0BA) is unknown color: approx Glacier. HEX triplet: 82, B0 and BA. RGB value is (130,176,186). Sum of RGB (Red+Green+Blue) = 130+176+186=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #82B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B0BA is #7D4F45. Grayscale: #A3A3A3. Windows color (decimal): -8212294 or 12234882. OLE color: 12234882.

HSL color Cylindrical-coordinate representation of color #82B0BA: hue angle of 190.71º 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 #82B0BA is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130176186-
CMYK0.300.0500.27
HSL190.71º28.87%61.96%-
HSV(B)190.71º30.11%72.94%-
XYZ33.5939.3452.28-
YUV163.39140.76104.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=26.42%
G=35.77%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301761860.300.0500.27190.7128.8761.96
Hex82B0BA1E501Bbf1d3e
Octal2022602723650332773576
Binary100000101011000010111010111101010110111011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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