Shades of Glacier #76ACB5
Tints of Glacier #76ACB5
RGB
CMYK
RGB Variations
Color information
#76ACB5 (or 0x76ACB5) is known color: Glacier. HEX triplet: 76, AC and B5. RGB value is (118,172,181). Sum of RGB (Red+Green+Blue) = 118+172+181=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 181 - color contains mainly: blue. Hex color #76ACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACB5 is #89534A. Grayscale: #9C9C9C. Windows color (decimal): -8999755 or 11906166. OLE color: 11906166.
HSL color Cylindrical-coordinate representation of color #76ACB5: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76ACB5 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 172 | 181 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.29 |
| HSL | 188.57º | 0.3% | 0.59% | - |
| HSV(B) | 188.57º | 0.35% | 0.71% | - |
| XYZ | 30.56 | 36.69 | 49.19 | - |
| YUV | 156.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 181 | 0.35 | 0.05 | 0 | 0.29 | 188.57 | 0.3 | 0.59 |
| Hex | 76 | AC | B5 | 23 | 5 | 0 | 1D | BD | 1E | 3B |
| Octal | 166 | 254 | 265 | 43 | 5 | 0 | 35 | 275 | 36 | 73 |
| Binary | 1110110 | 10101100 | 10110101 | 100011 | 101 | 0 | 11101 | 10111101 | 11110 | 111011 |
Color Harmonies of #76ACB5
Complementary color
Monochromatic Colors of #76ACB5
Black with #76ACB5
Text Example
Text Example
White with #76ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ACB5; }
p { color: rgb(118,172,181); }
H1.HeaderClassName
{
color: #76ACB5;
}
.AnyTagClassName
{
color: #76ACB5;
}
</style>
background-color css
<style>
a { background-color: #76ACB5; }
a { background-color: rgb(118,172,181); }
div.DivClassName
{
background-color: #76ACB5;
}
.BgClassName
{
background-color: #76ACB5;
}
</style>
border-color css
<style>
span { border-color: #76ACB5; }
span { border-color: rgb(118,172,181); }
td.TdClassName
{
border-color: #76ACB5;
}
.TagClassName
{
border-color: #76ACB5;
}
</style>