Shades of Glacier #78B0C4
Tints of Glacier #78B0C4
RGB
CMYK
RGB Variations
Color information
#78B0C4 (or 0x78B0C4) is known color: Glacier. HEX triplet: 78, B0 and C4. RGB value is (120,176,196). Sum of RGB (Red+Green+Blue) = 120+176+196=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #78B0C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0C4 is #874F3B. Grayscale: #A1A1A1. Windows color (decimal): -8867644 or 12890232. OLE color: 12890232.
HSL color Cylindrical-coordinate representation of color #78B0C4: hue angle of 195.79º degrees, saturation: 0.39, 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 #78B0C4 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 176 | 196 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.23 |
| HSL | 195.79º | 0.39% | 0.62% | - |
| HSV(B) | 195.79º | 0.39% | 0.77% | - |
| XYZ | 33.23 | 39.03 | 58.01 | - |
| YUV | 161.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 196 | 0.39 | 0.10 | 0 | 0.23 | 195.79 | 0.39 | 0.62 |
| Hex | 78 | B0 | C4 | 27 | A | 0 | 17 | C4 | 27 | 3E |
| Octal | 170 | 260 | 304 | 47 | 12 | 0 | 27 | 304 | 47 | 76 |
| Binary | 1111000 | 10110000 | 11000100 | 100111 | 1010 | 0 | 10111 | 11000100 | 100111 | 111110 |
Color Harmonies of #78B0C4
Complementary color
Monochromatic Colors of #78B0C4
Black with #78B0C4
Text Example
Text Example
White with #78B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B0C4; }
p { color: rgb(120,176,196); }
H1.HeaderClassName
{
color: #78B0C4;
}
.AnyTagClassName
{
color: #78B0C4;
}
</style>
background-color css
<style>
a { background-color: #78B0C4; }
a { background-color: rgb(120,176,196); }
div.DivClassName
{
background-color: #78B0C4;
}
.BgClassName
{
background-color: #78B0C4;
}
</style>
border-color css
<style>
span { border-color: #78B0C4; }
span { border-color: rgb(120,176,196); }
td.TdClassName
{
border-color: #78B0C4;
}
.TagClassName
{
border-color: #78B0C4;
}
</style>