Shades of Glacier #76BAC6
Tints of Glacier #76BAC6
RGB
CMYK
RGB Variations
Color information
#76BAC6 (or 0x76BAC6) is known color: Glacier. HEX triplet: 76, BA and C6. RGB value is (118,186,198). Sum of RGB (Red+Green+Blue) = 118+186+198=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #76BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BAC6 is #894539. Grayscale: #A6A6A6. Windows color (decimal): -8996154 or 13023862. OLE color: 13023862.
HSL color Cylindrical-coordinate representation of color #76BAC6: hue angle of 189º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76BAC6 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 186 | 198 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.22 |
| HSL | 189º | 0.41% | 0.62% | - |
| HSV(B) | 189º | 0.4% | 0.78% | - |
| XYZ | 35.22 | 43.05 | 59.88 | - |
| YUV | 167.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 198 | 0.40 | 0.06 | 0 | 0.22 | 189 | 0.41 | 0.62 |
| Hex | 76 | BA | C6 | 28 | 6 | 0 | 16 | BD | 29 | 3E |
| Octal | 166 | 272 | 306 | 50 | 6 | 0 | 26 | 275 | 51 | 76 |
| Binary | 1110110 | 10111010 | 11000110 | 101000 | 110 | 0 | 10110 | 10111101 | 101001 | 111110 |
Color Harmonies of #76BAC6
Complementary color
Monochromatic Colors of #76BAC6
Black with #76BAC6
Text Example
Text Example
White with #76BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BAC6; }
p { color: rgb(118,186,198); }
H1.HeaderClassName
{
color: #76BAC6;
}
.AnyTagClassName
{
color: #76BAC6;
}
</style>
background-color css
<style>
a { background-color: #76BAC6; }
a { background-color: rgb(118,186,198); }
div.DivClassName
{
background-color: #76BAC6;
}
.BgClassName
{
background-color: #76BAC6;
}
</style>
border-color css
<style>
span { border-color: #76BAC6; }
span { border-color: rgb(118,186,198); }
td.TdClassName
{
border-color: #76BAC6;
}
.TagClassName
{
border-color: #76BAC6;
}
</style>