Shades of Glacier #78ADC0
Tints of Glacier #78ADC0
RGB
CMYK
RGB Variations
Color information
#78ADC0 (or 0x78ADC0) is known color: Glacier. HEX triplet: 78, AD and C0. RGB value is (120,173,192). Sum of RGB (Red+Green+Blue) = 120+173+192=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #78ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADC0 is #87523F. Grayscale: #9F9F9F. Windows color (decimal): -8868416 or 12627320. OLE color: 12627320.
HSL color Cylindrical-coordinate representation of color #78ADC0: hue angle of 195.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78ADC0 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 173 | 192 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.25 |
| HSL | 195.83º | 0.36% | 0.61% | - |
| HSV(B) | 195.83º | 0.38% | 0.75% | - |
| XYZ | 32.2 | 37.69 | 55.45 | - |
| YUV | 159.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 192 | 0.38 | 0.10 | 0 | 0.25 | 195.83 | 0.36 | 0.61 |
| Hex | 78 | AD | C0 | 26 | A | 0 | 19 | C4 | 24 | 3D |
| Octal | 170 | 255 | 300 | 46 | 12 | 0 | 31 | 304 | 44 | 75 |
| Binary | 1111000 | 10101101 | 11000000 | 100110 | 1010 | 0 | 11001 | 11000100 | 100100 | 111101 |
Color Harmonies of #78ADC0
Complementary color
Monochromatic Colors of #78ADC0
Black with #78ADC0
Text Example
Text Example
White with #78ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADC0; }
p { color: rgb(120,173,192); }
H1.HeaderClassName
{
color: #78ADC0;
}
.AnyTagClassName
{
color: #78ADC0;
}
</style>
background-color css
<style>
a { background-color: #78ADC0; }
a { background-color: rgb(120,173,192); }
div.DivClassName
{
background-color: #78ADC0;
}
.BgClassName
{
background-color: #78ADC0;
}
</style>
border-color css
<style>
span { border-color: #78ADC0; }
span { border-color: rgb(120,173,192); }
td.TdClassName
{
border-color: #78ADC0;
}
.TagClassName
{
border-color: #78ADC0;
}
</style>