Shades of Glacier #76ADC5
Tints of Glacier #76ADC5
RGB
CMYK
RGB Variations
Color information
#76ADC5 (or 0x76ADC5) is known color: Glacier. HEX triplet: 76, AD and C5. RGB value is (118,173,197). Sum of RGB (Red+Green+Blue) = 118+173+197=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #76ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADC5 is #89523A. Grayscale: #9F9F9F. Windows color (decimal): -8999483 or 12954998. OLE color: 12954998.
HSL color Cylindrical-coordinate representation of color #76ADC5: hue angle of 198.23º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76ADC5 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 173 | 197 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.23 |
| HSL | 198.23º | 0.41% | 0.62% | - |
| HSV(B) | 198.23º | 0.4% | 0.77% | - |
| XYZ | 32.49 | 37.77 | 58.4 | - |
| YUV | 159.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 197 | 0.40 | 0.12 | 0 | 0.23 | 198.23 | 0.41 | 0.62 |
| Hex | 76 | AD | C5 | 28 | C | 0 | 17 | C6 | 29 | 3E |
| Octal | 166 | 255 | 305 | 50 | 14 | 0 | 27 | 306 | 51 | 76 |
| Binary | 1110110 | 10101101 | 11000101 | 101000 | 1100 | 0 | 10111 | 11000110 | 101001 | 111110 |
Color Harmonies of #76ADC5
Complementary color
Monochromatic Colors of #76ADC5
Black with #76ADC5
Text Example
Text Example
White with #76ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADC5; }
p { color: rgb(118,173,197); }
H1.HeaderClassName
{
color: #76ADC5;
}
.AnyTagClassName
{
color: #76ADC5;
}
</style>
background-color css
<style>
a { background-color: #76ADC5; }
a { background-color: rgb(118,173,197); }
div.DivClassName
{
background-color: #76ADC5;
}
.BgClassName
{
background-color: #76ADC5;
}
</style>
border-color css
<style>
span { border-color: #76ADC5; }
span { border-color: rgb(118,173,197); }
td.TdClassName
{
border-color: #76ADC5;
}
.TagClassName
{
border-color: #76ADC5;
}
</style>