#82BBBB

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

Shades of Glacier #82BBBB

Tints of Glacier #82BBBB

Color information

#82BBBB (or 0x82BBBB) is unknown color: approx Glacier. HEX triplet: 82, BB and BB. RGB value is (130,187,187). Sum of RGB (Red+Green+Blue) = 130+187+187=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #82BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBBB is #7D4444. Grayscale: #A9A9A9. Windows color (decimal): -8209477 or 12303234. OLE color: 12303234.

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

Color convert

RGB130187187-
CMYK0.30000.27
HSL180º29.53%62.16%-
HSV(B)180º30.48%73.33%-
XYZ35.9543.8753.59-
YUV169.96137.6299.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=25.79%
G=37.10%
B=37.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871870.30000.2718029.5362.16
Hex82BBBB1E001Bb41e3e
Octal2022732733600332643676
Binary1000001010111011101110111111000110111011010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,187,187); }

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

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

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

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

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

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

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