Shades of Glacier #76AABA
Tints of Glacier #76AABA
RGB
CMYK
RGB Variations
Color information
#76AABA (or 0x76AABA) is known color: Glacier. HEX triplet: 76, AA and BA. RGB value is (118,170,186). Sum of RGB (Red+Green+Blue) = 118+170+186=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #76AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AABA is #895545. Grayscale: #9C9C9C. Windows color (decimal): -9000262 or 12233334. OLE color: 12233334.
HSL color Cylindrical-coordinate representation of color #76AABA: hue angle of 194.12º 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 #76AABA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 170 | 186 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.27 |
| HSL | 194.12º | 0.33% | 0.6% | - |
| HSV(B) | 194.12º | 0.37% | 0.73% | - |
| XYZ | 30.71 | 36.15 | 51.81 | - |
| YUV | 156.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 186 | 0.37 | 0.09 | 0 | 0.27 | 194.12 | 0.33 | 0.6 |
| Hex | 76 | AA | BA | 25 | 9 | 0 | 1B | C2 | 21 | 3C |
| Octal | 166 | 252 | 272 | 45 | 11 | 0 | 33 | 302 | 41 | 74 |
| Binary | 1110110 | 10101010 | 10111010 | 100101 | 1001 | 0 | 11011 | 11000010 | 100001 | 111100 |
Color Harmonies of #76AABA
Complementary color
Monochromatic Colors of #76AABA
Black with #76AABA
Text Example
Text Example
White with #76AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AABA; }
p { color: rgb(118,170,186); }
H1.HeaderClassName
{
color: #76AABA;
}
.AnyTagClassName
{
color: #76AABA;
}
</style>
background-color css
<style>
a { background-color: #76AABA; }
a { background-color: rgb(118,170,186); }
div.DivClassName
{
background-color: #76AABA;
}
.BgClassName
{
background-color: #76AABA;
}
</style>
border-color css
<style>
span { border-color: #76AABA; }
span { border-color: rgb(118,170,186); }
td.TdClassName
{
border-color: #76AABA;
}
.TagClassName
{
border-color: #76AABA;
}
</style>