#82BCBD

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

Shades of Glacier #82BCBD

Tints of Glacier #82BCBD

Color information

#82BCBD (or 0x82BCBD) is unknown color: approx Glacier. HEX triplet: 82, BC and BD. RGB value is (130,188,189). Sum of RGB (Red+Green+Blue) = 130+188+189=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #82BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCBD is #7D4342. Grayscale: #AAAAAA. Windows color (decimal): -8209219 or 12434562. OLE color: 12434562.

HSL color Cylindrical-coordinate representation of color #82BCBD: hue angle of 181.02º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BCBD is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130188189-
CMYK0.310.0100.26
HSL181.02º30.89%62.55%-
HSV(B)181.02º31.22%74.12%-
XYZ36.3744.3954.79-
YUV170.77138.2898.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=25.64%
G=37.08%
B=37.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301881890.310.0100.26181.0230.8962.55
Hex82BCBD1F101Ab51f3f
Octal2022742753710322653777
Binary1000001010111100101111011111110110101011010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,189); }

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

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

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

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

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

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

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