Shades of Glacier #76AEBB
Tints of Glacier #76AEBB
RGB
CMYK
RGB Variations
Color information
#76AEBB (or 0x76AEBB) is known color: Glacier. HEX triplet: 76, AE and BB. RGB value is (118,174,187). Sum of RGB (Red+Green+Blue) = 118+174+187=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #76AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AEBB is #895144. Grayscale: #9E9E9E. Windows color (decimal): -8999237 or 12299894. OLE color: 12299894.
HSL color Cylindrical-coordinate representation of color #76AEBB: hue angle of 191.3º degrees, saturation: 0.34, 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 #76AEBB is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 174 | 187 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.27 |
| HSL | 191.3º | 0.34% | 0.6% | - |
| HSV(B) | 191.3º | 0.37% | 0.73% | - |
| XYZ | 31.58 | 37.71 | 52.63 | - |
| YUV | 158.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 187 | 0.37 | 0.07 | 0 | 0.27 | 191.3 | 0.34 | 0.6 |
| Hex | 76 | AE | BB | 25 | 7 | 0 | 1B | BF | 22 | 3C |
| Octal | 166 | 256 | 273 | 45 | 7 | 0 | 33 | 277 | 42 | 74 |
| Binary | 1110110 | 10101110 | 10111011 | 100101 | 111 | 0 | 11011 | 10111111 | 100010 | 111100 |
Color Harmonies of #76AEBB
Complementary color
Monochromatic Colors of #76AEBB
Black with #76AEBB
Text Example
Text Example
White with #76AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AEBB; }
p { color: rgb(118,174,187); }
H1.HeaderClassName
{
color: #76AEBB;
}
.AnyTagClassName
{
color: #76AEBB;
}
</style>
background-color css
<style>
a { background-color: #76AEBB; }
a { background-color: rgb(118,174,187); }
div.DivClassName
{
background-color: #76AEBB;
}
.BgClassName
{
background-color: #76AEBB;
}
</style>
border-color css
<style>
span { border-color: #76AEBB; }
span { border-color: rgb(118,174,187); }
td.TdClassName
{
border-color: #76AEBB;
}
.TagClassName
{
border-color: #76AEBB;
}
</style>