#76ADB5

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

Shades of Glacier #76ADB5

Tints of Glacier #76ADB5

Color information

#76ADB5 (or 0x76ADB5) is unknown color: approx Glacier. HEX triplet: 76, AD and B5. RGB value is (118,173,181). Sum of RGB (Red+Green+Blue) = 118+173+181=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #76ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADB5 is #89524A. Grayscale: #9D9D9D. Windows color (decimal): -8999499 or 11906422. OLE color: 11906422.

HSL color Cylindrical-coordinate representation of color #76ADB5: hue angle of 187.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76ADB5 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB118173181-
CMYK0.350.0400.29
HSL187.62º29.86%58.63%-
HSV(B)187.62º34.81%70.98%-
XYZ30.7637.0749.25-
YUV157.47141.2899.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 173 (67.97% from 255) = 36.65%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=25%
G=36.65%
B=38.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181731810.350.0400.29187.6229.8658.63
Hex76ADB523401Dbc1e3b
Octal1662552654340352743673
Binary111011010101101101101011000111000111011011110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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