#76ADC3

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

Shades of Glacier #76ADC3

Tints of Glacier #76ADC3

Color information

#76ADC3 (or 0x76ADC3) is unknown color: approx Glacier. HEX triplet: 76, AD and C3. RGB value is (118,173,195). Sum of RGB (Red+Green+Blue) = 118+173+195=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #76ADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADC3 is #89523C. Grayscale: #9E9E9E. Windows color (decimal): -8999485 or 12823926. OLE color: 12823926.

HSL color Cylindrical-coordinate representation of color #76ADC3: hue angle of 197.14º degrees, saturation: 0.39, 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 #76ADC3 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118173195-
CMYK0.390.1100.24
HSL197.14º39.09%61.37%-
HSV(B)197.14º39.49%76.47%-
XYZ32.2737.6857.2-
YUV159.06148.2898.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=24.28%
G=35.60%
B=40.12%

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
Decimal1181731950.390.1100.24197.1439.0961.37
Hex76ADC327B018c5273d
Octal16625530347130303054775
Binary11101101010110111000011100111101101100011000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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