#76A2BC

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

Shades of Glacier #76A2BC

Tints of Glacier #76A2BC

Color information

#76A2BC (or 0x76A2BC) is unknown color: approx Glacier. HEX triplet: 76, A2 and BC. RGB value is (118,162,188). Sum of RGB (Red+Green+Blue) = 118+162+188=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #76A2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A2BC is #895D43. Grayscale: #979797. Windows color (decimal): -9002308 or 12362358. OLE color: 12362358.

HSL color Cylindrical-coordinate representation of color #76A2BC: hue angle of 202.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A2BC is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118162188-
CMYK0.370.1400.26
HSL202.29º34.31%60%-
HSV(B)202.29º37.23%73.73%-
XYZ29.4733.3252.46-
YUV151.81148.42103.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 162 (63.67% from 255) = 34.62%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=25.21%
G=34.62%
B=40.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181621880.370.1400.26202.2934.3160
Hex76A2BC25E01Aca223c
Octal16624227445160323124274
Binary11101101010001010111100100101111001101011001010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A2BC; }

 p { color: rgb(118,162,188); }

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

<style>
 a { background-color: #76A2BC; }

 a { background-color: rgb(118,162,188); }

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

<style>
 span { border-color: #76A2BC; }

 span { border-color: rgb(118,162,188); }

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