Shades of Glacier #76B2BE
Tints of Glacier #76B2BE
RGB
CMYK
RGB Variations
Color information
#76B2BE (or 0x76B2BE) is known color: Glacier. HEX triplet: 76, B2 and BE. RGB value is (118,178,190). Sum of RGB (Red+Green+Blue) = 118+178+190=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #76B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2BE is #894D41. Grayscale: #A1A1A1. Windows color (decimal): -8998210 or 12497526. OLE color: 12497526.
HSL color Cylindrical-coordinate representation of color #76B2BE: hue angle of 190º 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 #76B2BE is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 178 | 190 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.25 |
| HSL | 190º | 0.36% | 0.6% | - |
| HSV(B) | 190º | 0.38% | 0.75% | - |
| XYZ | 32.69 | 39.41 | 54.6 | - |
| YUV | 161.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 190 | 0.38 | 0.06 | 0 | 0.25 | 190 | 0.36 | 0.6 |
| Hex | 76 | B2 | BE | 26 | 6 | 0 | 19 | BE | 24 | 3C |
| Octal | 166 | 262 | 276 | 46 | 6 | 0 | 31 | 276 | 44 | 74 |
| Binary | 1110110 | 10110010 | 10111110 | 100110 | 110 | 0 | 11001 | 10111110 | 100100 | 111100 |
Color Harmonies of #76B2BE
Complementary color
Monochromatic Colors of #76B2BE
Black with #76B2BE
Text Example
Text Example
White with #76B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B2BE; }
p { color: rgb(118,178,190); }
H1.HeaderClassName
{
color: #76B2BE;
}
.AnyTagClassName
{
color: #76B2BE;
}
</style>
background-color css
<style>
a { background-color: #76B2BE; }
a { background-color: rgb(118,178,190); }
div.DivClassName
{
background-color: #76B2BE;
}
.BgClassName
{
background-color: #76B2BE;
}
</style>
border-color css
<style>
span { border-color: #76B2BE; }
span { border-color: rgb(118,178,190); }
td.TdClassName
{
border-color: #76B2BE;
}
.TagClassName
{
border-color: #76B2BE;
}
</style>