#82ACBE

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

Shades of Glacier #82ACBE

Tints of Glacier #82ACBE

Color information

#82ACBE (or 0x82ACBE) is unknown color: approx Glacier. HEX triplet: 82, AC and BE. RGB value is (130,172,190). Sum of RGB (Red+Green+Blue) = 130+172+190=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #82ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACBE is #7D5341. Grayscale: #A1A1A1. Windows color (decimal): -8213314 or 12496002. OLE color: 12496002.

HSL color Cylindrical-coordinate representation of color #82ACBE: hue angle of 198º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82ACBE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130172190-
CMYK0.320.0900.25
HSL198º31.58%62.75%-
HSV(B)198º31.58%74.51%-
XYZ33.2537.9754.29-
YUV161.49144.09105.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=26.42%
G=34.96%
B=38.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301721900.320.0900.2519831.5862.75
Hex82ACBE209019c6203f
Octal20225427640110313064077
Binary100000101010110010111110100000100101100111000110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,172,190); }

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

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

 a { background-color: rgb(130,172,190); }

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

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

 span { border-color: rgb(130,172,190); }

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