#76A3BA

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

Shades of Glacier #76A3BA

Tints of Glacier #76A3BA

Color information

#76A3BA (or 0x76A3BA) is unknown color: approx Glacier. HEX triplet: 76, A3 and BA. RGB value is (118,163,186). Sum of RGB (Red+Green+Blue) = 118+163+186=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #76A3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3BA is #895C45. Grayscale: #989898. Windows color (decimal): -9002054 or 12231542. OLE color: 12231542.

HSL color Cylindrical-coordinate representation of color #76A3BA: hue angle of 200.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A3BA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118163186-
CMYK0.370.1200.27
HSL200.29º33.01%59.61%-
HSV(B)200.29º36.56%72.94%-
XYZ29.4333.5951.39-
YUV152.17147.09103.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.27%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=25.27%
G=34.90%
B=39.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181631860.370.1200.27200.2933.0159.61
Hex76A3BA25C01Bc8213c
Octal16624327245140333104174
Binary11101101010001110111010100101110001101111001000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,163,186); }

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

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

 a { background-color: rgb(118,163,186); }

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

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

 span { border-color: rgb(118,163,186); }

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