Shades of Glacier #78B8C5
Tints of Glacier #78B8C5
RGB
CMYK
RGB Variations
Color information
#78B8C5 (or 0x78B8C5) is known color: Glacier. HEX triplet: 78, B8 and C5. RGB value is (120,184,197). Sum of RGB (Red+Green+Blue) = 120+184+197=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #78B8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B8C5 is #87473A. Grayscale: #A6A6A6. Windows color (decimal): -8865595 or 12957816. OLE color: 12957816.
HSL color Cylindrical-coordinate representation of color #78B8C5: hue angle of 190.13º 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 #78B8C5 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 184 | 197 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.23 |
| HSL | 190.13º | 0.4% | 0.62% | - |
| HSV(B) | 190.13º | 0.39% | 0.77% | - |
| XYZ | 34.96 | 42.31 | 59.15 | - |
| YUV | 166.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 197 | 0.39 | 0.07 | 0 | 0.23 | 190.13 | 0.4 | 0.62 |
| Hex | 78 | B8 | C5 | 27 | 7 | 0 | 17 | BE | 28 | 3E |
| Octal | 170 | 270 | 305 | 47 | 7 | 0 | 27 | 276 | 50 | 76 |
| Binary | 1111000 | 10111000 | 11000101 | 100111 | 111 | 0 | 10111 | 10111110 | 101000 | 111110 |
Color Harmonies of #78B8C5
Complementary color
Monochromatic Colors of #78B8C5
Black with #78B8C5
Text Example
Text Example
White with #78B8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8C5; }
p { color: rgb(120,184,197); }
H1.HeaderClassName
{
color: #78B8C5;
}
.AnyTagClassName
{
color: #78B8C5;
}
</style>
background-color css
<style>
a { background-color: #78B8C5; }
a { background-color: rgb(120,184,197); }
div.DivClassName
{
background-color: #78B8C5;
}
.BgClassName
{
background-color: #78B8C5;
}
</style>
border-color css
<style>
span { border-color: #78B8C5; }
span { border-color: rgb(120,184,197); }
td.TdClassName
{
border-color: #78B8C5;
}
.TagClassName
{
border-color: #78B8C5;
}
</style>