#76ABC3

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

Shades of Glacier #76ABC3

Tints of Glacier #76ABC3

Color information

#76ABC3 (or 0x76ABC3) is unknown color: approx Glacier. HEX triplet: 76, AB and C3. RGB value is (118,171,195). Sum of RGB (Red+Green+Blue) = 118+171+195=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #76ABC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABC3 is #89543C. Grayscale: #9D9D9D. Windows color (decimal): -8999997 or 12823414. OLE color: 12823414.

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

Color convert

RGB118171195-
CMYK0.390.1200.24
HSL198.7º39.09%61.37%-
HSV(B)198.7º39.49%76.47%-
XYZ31.8836.9257.08-
YUV157.89148.9499.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.38%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 195 (76.56% from 255) = 40.29%
R=24.38%
G=35.33%
B=40.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181711950.390.1200.24198.739.0961.37
Hex76ABC327C018c7273d
Octal16625330347140303074775
Binary11101101010101111000011100111110001100011000111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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