Shades of Glacier #78ACC5
Tints of Glacier #78ACC5
RGB
CMYK
RGB Variations
Color information
#78ACC5 (or 0x78ACC5) is known color: Glacier. HEX triplet: 78, AC and C5. RGB value is (120,172,197). Sum of RGB (Red+Green+Blue) = 120+172+197=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #78ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACC5 is #87533A. Grayscale: #9F9F9F. Windows color (decimal): -8868667 or 12954744. OLE color: 12954744.
HSL color Cylindrical-coordinate representation of color #78ACC5: hue angle of 199.48º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78ACC5 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 172 | 197 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.23 |
| HSL | 199.48º | 0.4% | 0.62% | - |
| HSV(B) | 199.48º | 0.39% | 0.77% | - |
| XYZ | 32.58 | 37.53 | 58.35 | - |
| YUV | 159.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 197 | 0.39 | 0.13 | 0 | 0.23 | 199.48 | 0.4 | 0.62 |
| Hex | 78 | AC | C5 | 27 | D | 0 | 17 | C7 | 28 | 3E |
| Octal | 170 | 254 | 305 | 47 | 15 | 0 | 27 | 307 | 50 | 76 |
| Binary | 1111000 | 10101100 | 11000101 | 100111 | 1101 | 0 | 10111 | 11000111 | 101000 | 111110 |
Color Harmonies of #78ACC5
Complementary color
Monochromatic Colors of #78ACC5
Black with #78ACC5
Text Example
Text Example
White with #78ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ACC5; }
p { color: rgb(120,172,197); }
H1.HeaderClassName
{
color: #78ACC5;
}
.AnyTagClassName
{
color: #78ACC5;
}
</style>
background-color css
<style>
a { background-color: #78ACC5; }
a { background-color: rgb(120,172,197); }
div.DivClassName
{
background-color: #78ACC5;
}
.BgClassName
{
background-color: #78ACC5;
}
</style>
border-color css
<style>
span { border-color: #78ACC5; }
span { border-color: rgb(120,172,197); }
td.TdClassName
{
border-color: #78ACC5;
}
.TagClassName
{
border-color: #78ACC5;
}
</style>