Shades of Glacier #76ADBA
Tints of Glacier #76ADBA
RGB
CMYK
RGB Variations
Color information
#76ADBA (or 0x76ADBA) is known color: Glacier. HEX triplet: 76, AD and BA. RGB value is (118,173,186). Sum of RGB (Red+Green+Blue) = 118+173+186=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #76ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADBA is #895245. Grayscale: #9D9D9D. Windows color (decimal): -8999494 or 12234102. OLE color: 12234102.
HSL color Cylindrical-coordinate representation of color #76ADBA: hue angle of 191.47º 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 #76ADBA is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 173 | 186 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.27 |
| HSL | 191.47º | 0.33% | 0.6% | - |
| HSV(B) | 191.47º | 0.37% | 0.73% | - |
| XYZ | 31.28 | 37.28 | 52 | - |
| YUV | 158.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 186 | 0.37 | 0.07 | 0 | 0.27 | 191.47 | 0.33 | 0.6 |
| Hex | 76 | AD | BA | 25 | 7 | 0 | 1B | BF | 21 | 3C |
| Octal | 166 | 255 | 272 | 45 | 7 | 0 | 33 | 277 | 41 | 74 |
| Binary | 1110110 | 10101101 | 10111010 | 100101 | 111 | 0 | 11011 | 10111111 | 100001 | 111100 |
Color Harmonies of #76ADBA
Complementary color
Monochromatic Colors of #76ADBA
Black with #76ADBA
Text Example
Text Example
White with #76ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADBA; }
p { color: rgb(118,173,186); }
H1.HeaderClassName
{
color: #76ADBA;
}
.AnyTagClassName
{
color: #76ADBA;
}
</style>
background-color css
<style>
a { background-color: #76ADBA; }
a { background-color: rgb(118,173,186); }
div.DivClassName
{
background-color: #76ADBA;
}
.BgClassName
{
background-color: #76ADBA;
}
</style>
border-color css
<style>
span { border-color: #76ADBA; }
span { border-color: rgb(118,173,186); }
td.TdClassName
{
border-color: #76ADBA;
}
.TagClassName
{
border-color: #76ADBA;
}
</style>