Shades of Glacier #76ADBC
Tints of Glacier #76ADBC
RGB
CMYK
RGB Variations
Color information
#76ADBC (or 0x76ADBC) is known color: Glacier. HEX triplet: 76, AD and BC. RGB value is (118,173,188). Sum of RGB (Red+Green+Blue) = 118+173+188=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #76ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADBC is #895243. Grayscale: #9E9E9E. Windows color (decimal): -8999492 or 12365174. OLE color: 12365174.
HSL color Cylindrical-coordinate representation of color #76ADBC: hue angle of 192.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76ADBC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 173 | 188 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.26 |
| HSL | 192.86º | 0.34% | 0.6% | - |
| HSV(B) | 192.86º | 0.37% | 0.74% | - |
| XYZ | 31.49 | 37.37 | 53.13 | - |
| YUV | 158.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 188 | 0.37 | 0.08 | 0 | 0.26 | 192.86 | 0.34 | 0.6 |
| Hex | 76 | AD | BC | 25 | 8 | 0 | 1A | C1 | 22 | 3C |
| Octal | 166 | 255 | 274 | 45 | 10 | 0 | 32 | 301 | 42 | 74 |
| Binary | 1110110 | 10101101 | 10111100 | 100101 | 1000 | 0 | 11010 | 11000001 | 100010 | 111100 |
Color Harmonies of #76ADBC
Complementary color
Monochromatic Colors of #76ADBC
Black with #76ADBC
Text Example
Text Example
White with #76ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADBC; }
p { color: rgb(118,173,188); }
H1.HeaderClassName
{
color: #76ADBC;
}
.AnyTagClassName
{
color: #76ADBC;
}
</style>
background-color css
<style>
a { background-color: #76ADBC; }
a { background-color: rgb(118,173,188); }
div.DivClassName
{
background-color: #76ADBC;
}
.BgClassName
{
background-color: #76ADBC;
}
</style>
border-color css
<style>
span { border-color: #76ADBC; }
span { border-color: rgb(118,173,188); }
td.TdClassName
{
border-color: #76ADBC;
}
.TagClassName
{
border-color: #76ADBC;
}
</style>