Shades of Glacier #78ADC2
Tints of Glacier #78ADC2
RGB
CMYK
RGB Variations
Color information
#78ADC2 (or 0x78ADC2) is known color: Glacier. HEX triplet: 78, AD and C2. RGB value is (120,173,194). Sum of RGB (Red+Green+Blue) = 120+173+194=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #78ADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADC2 is #87523D. Grayscale: #9F9F9F. Windows color (decimal): -8868414 or 12758392. OLE color: 12758392.
HSL color Cylindrical-coordinate representation of color #78ADC2: hue angle of 197.03º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78ADC2 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 173 | 194 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.24 |
| HSL | 197.03º | 0.38% | 0.62% | - |
| HSV(B) | 197.03º | 0.38% | 0.76% | - |
| XYZ | 32.43 | 37.78 | 56.62 | - |
| YUV | 159.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 194 | 0.38 | 0.11 | 0 | 0.24 | 197.03 | 0.38 | 0.62 |
| Hex | 78 | AD | C2 | 26 | B | 0 | 18 | C5 | 26 | 3E |
| Octal | 170 | 255 | 302 | 46 | 13 | 0 | 30 | 305 | 46 | 76 |
| Binary | 1111000 | 10101101 | 11000010 | 100110 | 1011 | 0 | 11000 | 11000101 | 100110 | 111110 |
Color Harmonies of #78ADC2
Complementary color
Monochromatic Colors of #78ADC2
Black with #78ADC2
Text Example
Text Example
White with #78ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADC2; }
p { color: rgb(120,173,194); }
H1.HeaderClassName
{
color: #78ADC2;
}
.AnyTagClassName
{
color: #78ADC2;
}
</style>
background-color css
<style>
a { background-color: #78ADC2; }
a { background-color: rgb(120,173,194); }
div.DivClassName
{
background-color: #78ADC2;
}
.BgClassName
{
background-color: #78ADC2;
}
</style>
border-color css
<style>
span { border-color: #78ADC2; }
span { border-color: rgb(120,173,194); }
td.TdClassName
{
border-color: #78ADC2;
}
.TagClassName
{
border-color: #78ADC2;
}
</style>