#76B0BB

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

Shades of Glacier #76B0BB

Tints of Glacier #76B0BB

Color information

#76B0BB (or 0x76B0BB) is unknown color: approx Glacier. HEX triplet: 76, B0 and BB. RGB value is (118,176,187). Sum of RGB (Red+Green+Blue) = 118+176+187=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #76B0BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0BB is #894F44. Grayscale: #9F9F9F. Windows color (decimal): -8998725 or 12300406. OLE color: 12300406.

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

Color convert

RGB118176187-
CMYK0.370.0600.27
HSL189.57º33.66%59.8%-
HSV(B)189.57º36.9%73.33%-
XYZ31.9738.4952.76-
YUV159.91143.2898.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=24.53%
G=36.59%
B=38.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181761870.370.0600.27189.5733.6659.8
Hex76B0BB25601Bbe223c
Octal1662602734560332764274
Binary1110110101100001011101110010111001101110111110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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