Shades of Glacier #78ADB9
Tints of Glacier #78ADB9
RGB
CMYK
RGB Variations
Color information
#78ADB9 (or 0x78ADB9) is known color: Glacier. HEX triplet: 78, AD and B9. RGB value is (120,173,185). Sum of RGB (Red+Green+Blue) = 120+173+185=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #78ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADB9 is #875246. Grayscale: #9E9E9E. Windows color (decimal): -8868423 or 12168568. OLE color: 12168568.
HSL color Cylindrical-coordinate representation of color #78ADB9: hue angle of 191.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78ADB9 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 173 | 185 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.27 |
| HSL | 191.08º | 0.32% | 0.6% | - |
| HSV(B) | 191.08º | 0.35% | 0.73% | - |
| XYZ | 31.45 | 37.38 | 51.46 | - |
| YUV | 158.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 185 | 0.35 | 0.06 | 0 | 0.27 | 191.08 | 0.32 | 0.6 |
| Hex | 78 | AD | B9 | 23 | 6 | 0 | 1B | BF | 20 | 3C |
| Octal | 170 | 255 | 271 | 43 | 6 | 0 | 33 | 277 | 40 | 74 |
| Binary | 1111000 | 10101101 | 10111001 | 100011 | 110 | 0 | 11011 | 10111111 | 100000 | 111100 |
Color Harmonies of #78ADB9
Complementary color
Monochromatic Colors of #78ADB9
Black with #78ADB9
Text Example
Text Example
White with #78ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADB9; }
p { color: rgb(120,173,185); }
H1.HeaderClassName
{
color: #78ADB9;
}
.AnyTagClassName
{
color: #78ADB9;
}
</style>
background-color css
<style>
a { background-color: #78ADB9; }
a { background-color: rgb(120,173,185); }
div.DivClassName
{
background-color: #78ADB9;
}
.BgClassName
{
background-color: #78ADB9;
}
</style>
border-color css
<style>
span { border-color: #78ADB9; }
span { border-color: rgb(120,173,185); }
td.TdClassName
{
border-color: #78ADB9;
}
.TagClassName
{
border-color: #78ADB9;
}
</style>