#76B6BA

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

Shades of Glacier #76B6BA

Tints of Glacier #76B6BA

Color information

#76B6BA (or 0x76B6BA) is unknown color: approx Glacier. HEX triplet: 76, B6 and BA. RGB value is (118,182,186). Sum of RGB (Red+Green+Blue) = 118+182+186=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #76B6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B6BA is #894945. Grayscale: #A3A3A3. Windows color (decimal): -8997190 or 12236406. OLE color: 12236406.

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

Color convert

RGB118182186-
CMYK0.370.0200.27
HSL183.53º33.01%59.61%-
HSV(B)183.53º36.56%72.94%-
XYZ33.0640.8552.6-
YUV163.32140.895.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=24.28%
G=37.45%
B=38.27%

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
Decimal1181821860.370.0200.27183.5333.0159.61
Hex76B6BA25201Bb8213c
Octal1662662724520332704174
Binary111011010110110101110101001011001101110111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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