Shades of Glacier #76B4BE
Tints of Glacier #76B4BE
RGB
CMYK
RGB Variations
Color information
#76B4BE (or 0x76B4BE) is known color: Glacier. HEX triplet: 76, B4 and BE. RGB value is (118,180,190). Sum of RGB (Red+Green+Blue) = 118+180+190=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #76B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B4BE is #894B41. Grayscale: #A2A2A2. Windows color (decimal): -8997698 or 12498038. OLE color: 12498038.
HSL color Cylindrical-coordinate representation of color #76B4BE: hue angle of 188.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76B4BE is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 180 | 190 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.25 |
| HSL | 188.33º | 0.36% | 0.6% | - |
| HSV(B) | 188.33º | 0.38% | 0.75% | - |
| XYZ | 33.09 | 40.21 | 54.73 | - |
| YUV | 162.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 190 | 0.38 | 0.05 | 0 | 0.25 | 188.33 | 0.36 | 0.6 |
| Hex | 76 | B4 | BE | 26 | 5 | 0 | 19 | BC | 24 | 3C |
| Octal | 166 | 264 | 276 | 46 | 5 | 0 | 31 | 274 | 44 | 74 |
| Binary | 1110110 | 10110100 | 10111110 | 100110 | 101 | 0 | 11001 | 10111100 | 100100 | 111100 |
Color Harmonies of #76B4BE
Complementary color
Monochromatic Colors of #76B4BE
Black with #76B4BE
Text Example
Text Example
White with #76B4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B4BE; }
p { color: rgb(118,180,190); }
H1.HeaderClassName
{
color: #76B4BE;
}
.AnyTagClassName
{
color: #76B4BE;
}
</style>
background-color css
<style>
a { background-color: #76B4BE; }
a { background-color: rgb(118,180,190); }
div.DivClassName
{
background-color: #76B4BE;
}
.BgClassName
{
background-color: #76B4BE;
}
</style>
border-color css
<style>
span { border-color: #76B4BE; }
span { border-color: rgb(118,180,190); }
td.TdClassName
{
border-color: #76B4BE;
}
.TagClassName
{
border-color: #76B4BE;
}
</style>