#76ADC2

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

Shades of Glacier #76ADC2

Tints of Glacier #76ADC2

Color information

#76ADC2 (or 0x76ADC2) is unknown color: approx Glacier. HEX triplet: 76, AD and C2. RGB value is (118,173,194). Sum of RGB (Red+Green+Blue) = 118+173+194=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #76ADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADC2 is #89523D. Grayscale: #9E9E9E. Windows color (decimal): -8999486 or 12758390. OLE color: 12758390.

HSL color Cylindrical-coordinate representation of color #76ADC2: hue angle of 196.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76ADC2 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118173194-
CMYK0.390.1100.24
HSL196.58º38.38%61.18%-
HSV(B)196.58º39.18%76.08%-
XYZ32.1537.6356.61-
YUV158.95147.7898.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.33%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 194 (76.17% from 255) = 40%
R=24.33%
G=35.67%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181731940.390.1100.24196.5838.3861.18
Hex76ADC227B018c5263d
Octal16625530247130303054675
Binary11101101010110111000010100111101101100011000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,173,194); }

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

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

 a { background-color: rgb(118,173,194); }

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

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

 span { border-color: rgb(118,173,194); }

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