#76B9BA

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

Shades of Glacier #76B9BA

Tints of Glacier #76B9BA

Color information

#76B9BA (or 0x76B9BA) is unknown color: approx Glacier. HEX triplet: 76, B9 and BA. RGB value is (118,185,186). Sum of RGB (Red+Green+Blue) = 118+185+186=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #76B9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B9BA is #894645. Grayscale: #A5A5A5. Windows color (decimal): -8996422 or 12237174. OLE color: 12237174.

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

Color convert

RGB118185186-
CMYK0.370.0100.27
HSL180.88º33.01%59.61%-
HSV(B)180.88º36.56%72.94%-
XYZ33.6842.0952.8-
YUV165.08139.894.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=24.13%
G=37.83%
B=38.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851860.370.0100.27180.8833.0159.61
Hex76B9BA25101Bb5213c
Octal1662712724510332654174
Binary11101101011100110111010100101101101110110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,186); }

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

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

 a { background-color: rgb(118,185,186); }

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

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

 span { border-color: rgb(118,185,186); }

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