#76B2BB

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

Shades of Glacier #76B2BB

Tints of Glacier #76B2BB

Color information

#76B2BB (or 0x76B2BB) is unknown color: approx Glacier. HEX triplet: 76, B2 and BB. RGB value is (118,178,187). Sum of RGB (Red+Green+Blue) = 118+178+187=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #76B2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2BB is #894D44. Grayscale: #A0A0A0. Windows color (decimal): -8998213 or 12300918. OLE color: 12300918.

HSL color Cylindrical-coordinate representation of color #76B2BB: hue angle of 187.83º 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 #76B2BB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118178187-
CMYK0.370.0500.27
HSL187.83º33.66%59.8%-
HSV(B)187.83º36.9%73.33%-
XYZ32.3639.2852.89-
YUV161.09142.6297.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.43%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=24.43%
G=36.85%
B=38.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181781870.370.0500.27187.8333.6659.8
Hex76B2BB25501Bbc223c
Octal1662622734550332744274
Binary1110110101100101011101110010110101101110111100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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