#76AAC6

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

Shades of Glacier #76AAC6

Tints of Glacier #76AAC6

Color information

#76AAC6 (or 0x76AAC6) is unknown color: approx Glacier. HEX triplet: 76, AA and C6. RGB value is (118,170,198). Sum of RGB (Red+Green+Blue) = 118+170+198=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #76AAC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AAC6 is #895539. Grayscale: #9D9D9D. Windows color (decimal): -9000250 or 13019766. OLE color: 13019766.

HSL color Cylindrical-coordinate representation of color #76AAC6: hue angle of 201º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76AAC6 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118170198-
CMYK0.400.1400.22
HSL201º41.24%61.96%-
HSV(B)201º40.4%77.65%-
XYZ32.0436.6858.82-
YUV157.64150.7799.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=24.28%
G=34.98%
B=40.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181701980.400.1400.2220141.2461.96
Hex76AAC628E016c9293e
Octal16625230650160263115176
Binary11101101010101011000110101000111001011011001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,198); }

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

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

 a { background-color: rgb(118,170,198); }

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

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

 span { border-color: rgb(118,170,198); }

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