#76A8BA

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

Shades of Glacier #76A8BA

Tints of Glacier #76A8BA

Color information

#76A8BA (or 0x76A8BA) is unknown color: approx Glacier. HEX triplet: 76, A8 and BA. RGB value is (118,168,186). Sum of RGB (Red+Green+Blue) = 118+168+186=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #76A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8BA is #895745. Grayscale: #9A9A9A. Windows color (decimal): -9000774 or 12232822. OLE color: 12232822.

HSL color Cylindrical-coordinate representation of color #76A8BA: hue angle of 195.88º 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 #76A8BA is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118168186-
CMYK0.370.1000.27
HSL195.88º33.01%59.61%-
HSV(B)195.88º36.56%72.94%-
XYZ30.3435.451.69-
YUV155.1145.44101.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=25%
G=35.59%
B=39.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181681860.370.1000.27195.8833.0159.61
Hex76A8BA25A01Bc4213c
Octal16625027245120333044174
Binary11101101010100010111010100101101001101111000100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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