#76BBBA

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

Shades of Glacier #76BBBA

Tints of Glacier #76BBBA

Color information

#76BBBA (or 0x76BBBA) is unknown color: approx Glacier. HEX triplet: 76, BB and BA. RGB value is (118,187,186). Sum of RGB (Red+Green+Blue) = 118+187+186=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #76BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBBA is #894445. Grayscale: #A6A6A6. Windows color (decimal): -8995910 or 12237686. OLE color: 12237686.

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

Color convert

RGB118187186-
CMYK0.3700.010.27
HSL179.13º33.66%59.8%-
HSV(B)179.13º36.9%73.33%-
XYZ34.142.9452.94-
YUV166.26139.1493.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=24.03%
G=38.09%
B=37.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181871860.3700.010.27179.1333.6659.8
Hex76BBBA25011Bb3223c
Octal1662732724501332634274
Binary11101101011101110111010100101011101110110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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