Shades of Glacier #78BDC0
Tints of Glacier #78BDC0
RGB
CMYK
RGB Variations
Color information
#78BDC0 (or 0x78BDC0) is known color: Glacier. HEX triplet: 78, BD and C0. RGB value is (120,189,192). Sum of RGB (Red+Green+Blue) = 120+189+192=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #78BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDC0 is #87423F. Grayscale: #A8A8A8. Windows color (decimal): -8864320 or 12631416. OLE color: 12631416.
HSL color Cylindrical-coordinate representation of color #78BDC0: hue angle of 182.5º 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 #78BDC0 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 189 | 192 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.25 |
| HSL | 182.5º | 0.36% | 0.61% | - |
| HSV(B) | 182.5º | 0.38% | 0.75% | - |
| XYZ | 35.46 | 44.19 | 56.53 | - |
| YUV | 168.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 192 | 0.38 | 0.02 | 0 | 0.25 | 182.5 | 0.36 | 0.61 |
| Hex | 78 | BD | C0 | 26 | 2 | 0 | 19 | B6 | 24 | 3D |
| Octal | 170 | 275 | 300 | 46 | 2 | 0 | 31 | 266 | 44 | 75 |
| Binary | 1111000 | 10111101 | 11000000 | 100110 | 10 | 0 | 11001 | 10110110 | 100100 | 111101 |
Color Harmonies of #78BDC0
Complementary color
Monochromatic Colors of #78BDC0
Black with #78BDC0
Text Example
Text Example
White with #78BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDC0; }
p { color: rgb(120,189,192); }
H1.HeaderClassName
{
color: #78BDC0;
}
.AnyTagClassName
{
color: #78BDC0;
}
</style>
background-color css
<style>
a { background-color: #78BDC0; }
a { background-color: rgb(120,189,192); }
div.DivClassName
{
background-color: #78BDC0;
}
.BgClassName
{
background-color: #78BDC0;
}
</style>
border-color css
<style>
span { border-color: #78BDC0; }
span { border-color: rgb(120,189,192); }
td.TdClassName
{
border-color: #78BDC0;
}
.TagClassName
{
border-color: #78BDC0;
}
</style>