#76AEBB

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

Shades of Glacier #76AEBB

Tints of Glacier #76AEBB

Color information

#76AEBB (or 0x76AEBB) is unknown color: approx Glacier. HEX triplet: 76, AE and BB. RGB value is (118,174,187). Sum of RGB (Red+Green+Blue) = 118+174+187=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #76AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AEBB is #895144. Grayscale: #9E9E9E. Windows color (decimal): -8999237 or 12299894. OLE color: 12299894.

HSL color Cylindrical-coordinate representation of color #76AEBB: hue angle of 191.3º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76AEBB is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118174187-
CMYK0.370.0700.27
HSL191.3º33.66%59.8%-
HSV(B)191.3º36.9%73.33%-
XYZ31.5837.7152.63-
YUV158.74143.9598.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=24.63%
G=36.33%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181741870.370.0700.27191.333.6659.8
Hex76AEBB25701Bbf223c
Octal1662562734570332774274
Binary1110110101011101011101110010111101101110111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,174,187); }

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

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

 a { background-color: rgb(118,174,187); }

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

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

 span { border-color: rgb(118,174,187); }

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