#82ACBF

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

Shades of Glacier #82ACBF

Tints of Glacier #82ACBF

Color information

#82ACBF (or 0x82ACBF) is unknown color: approx Glacier. HEX triplet: 82, AC and BF. RGB value is (130,172,191). Sum of RGB (Red+Green+Blue) = 130+172+191=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #82ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACBF is #7D5340. Grayscale: #A1A1A1. Windows color (decimal): -8213313 or 12561538. OLE color: 12561538.

HSL color Cylindrical-coordinate representation of color #82ACBF: hue angle of 198.69º 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 #82ACBF is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130172191-
CMYK0.320.1000.25
HSL198.69º32.28%62.94%-
HSV(B)198.69º31.94%74.9%-
XYZ33.3638.0154.87-
YUV161.61144.59105.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 191 (75% from 255) = 38.74%
R=26.37%
G=34.89%
B=38.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301721910.320.1000.25198.6932.2862.94
Hex82ACBF20A019c7203f
Octal20225427740120313074077
Binary100000101010110010111111100000101001100111000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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