Shades of Glacier #76B1BA
Tints of Glacier #76B1BA
RGB
CMYK
RGB Variations
Color information
#76B1BA (or 0x76B1BA) is known color: Glacier. HEX triplet: 76, B1 and BA. RGB value is (118,177,186). Sum of RGB (Red+Green+Blue) = 118+177+186=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #76B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B1BA is #894E45. Grayscale: #A0A0A0. Windows color (decimal): -8998470 or 12235126. OLE color: 12235126.
HSL color Cylindrical-coordinate representation of color #76B1BA: hue angle of 187.94º 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 #76B1BA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 177 | 186 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.27 |
| HSL | 187.94º | 0.33% | 0.6% | - |
| HSV(B) | 187.94º | 0.37% | 0.73% | - |
| XYZ | 32.06 | 38.84 | 52.26 | - |
| YUV | 160.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 177 | 186 | 0.37 | 0.05 | 0 | 0.27 | 187.94 | 0.33 | 0.6 |
| Hex | 76 | B1 | BA | 25 | 5 | 0 | 1B | BC | 21 | 3C |
| Octal | 166 | 261 | 272 | 45 | 5 | 0 | 33 | 274 | 41 | 74 |
| Binary | 1110110 | 10110001 | 10111010 | 100101 | 101 | 0 | 11011 | 10111100 | 100001 | 111100 |
Color Harmonies of #76B1BA
Complementary color
Monochromatic Colors of #76B1BA
Black with #76B1BA
Text Example
Text Example
White with #76B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B1BA; }
p { color: rgb(118,177,186); }
H1.HeaderClassName
{
color: #76B1BA;
}
.AnyTagClassName
{
color: #76B1BA;
}
</style>
background-color css
<style>
a { background-color: #76B1BA; }
a { background-color: rgb(118,177,186); }
div.DivClassName
{
background-color: #76B1BA;
}
.BgClassName
{
background-color: #76B1BA;
}
</style>
border-color css
<style>
span { border-color: #76B1BA; }
span { border-color: rgb(118,177,186); }
td.TdClassName
{
border-color: #76B1BA;
}
.TagClassName
{
border-color: #76B1BA;
}
</style>