#76B7BA

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

Shades of Glacier #76B7BA

Tints of Glacier #76B7BA

Color information

#76B7BA (or 0x76B7BA) is unknown color: approx Glacier. HEX triplet: 76, B7 and BA. RGB value is (118,183,186). Sum of RGB (Red+Green+Blue) = 118+183+186=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #76B7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B7BA is #894845. Grayscale: #A3A3A3. Windows color (decimal): -8996934 or 12236662. OLE color: 12236662.

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

Color convert

RGB118183186-
CMYK0.370.0200.27
HSL182.65º33.01%59.61%-
HSV(B)182.65º36.56%72.94%-
XYZ33.2741.2652.67-
YUV163.91140.4795.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=24.23%
G=37.58%
B=38.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181831860.370.0200.27182.6533.0159.61
Hex76B7BA25201Bb7213c
Octal1662672724520332674174
Binary111011010110111101110101001011001101110110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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