#76ACC4

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

Shades of Glacier #76ACC4

Tints of Glacier #76ACC4

Color information

#76ACC4 (or 0x76ACC4) is unknown color: approx Glacier. HEX triplet: 76, AC and C4. RGB value is (118,172,196). Sum of RGB (Red+Green+Blue) = 118+172+196=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #76ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACC4 is #89533B. Grayscale: #9E9E9E. Windows color (decimal): -8999740 or 12889206. OLE color: 12889206.

HSL color Cylindrical-coordinate representation of color #76ACC4: hue angle of 198.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76ACC4 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB118172196-
CMYK0.400.1200.23
HSL198.46º39.8%61.57%-
HSV(B)198.46º39.8%76.86%-
XYZ32.1937.3457.74-
YUV158.59149.1199.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 196 (76.95% from 255) = 40.33%
R=24.28%
G=35.39%
B=40.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181721960.400.1200.23198.4639.861.57
Hex76ACC428C017c6283e
Octal16625430450140273065076
Binary11101101010110011000100101000110001011111000110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,172,196); }

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

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

 a { background-color: rgb(118,172,196); }

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

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

 span { border-color: rgb(118,172,196); }

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