Shades of Glacier #78BABA
Tints of Glacier #78BABA
RGB
CMYK
RGB Variations
Color information
#78BABA (or 0x78BABA) is known color: Glacier. HEX triplet: 78, BA and BA. RGB value is (120,186,186). Sum of RGB (Red+Green+Blue) = 120+186+186=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #78BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BABA is #874545. Grayscale: #A6A6A6. Windows color (decimal): -8865094 or 12237432. OLE color: 12237432.
HSL color Cylindrical-coordinate representation of color #78BABA: hue angle of 180º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BABA is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 186 | - |
| CMYK | 0.35 | 0 | 0 | 0.27 |
| HSL | 180º | 0.32% | 0.6% | - |
| HSV(B) | 180º | 0.35% | 0.73% | - |
| XYZ | 34.17 | 42.66 | 52.89 | - |
| YUV | 166.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 186 | 0.35 | 0 | 0 | 0.27 | 180 | 0.32 | 0.6 |
| Hex | 78 | BA | BA | 23 | 0 | 0 | 1B | B4 | 20 | 3C |
| Octal | 170 | 272 | 272 | 43 | 0 | 0 | 33 | 264 | 40 | 74 |
| Binary | 1111000 | 10111010 | 10111010 | 100011 | 0 | 0 | 11011 | 10110100 | 100000 | 111100 |
Color Harmonies of #78BABA
Complementary color
Monochromatic Colors of #78BABA
Black with #78BABA
Text Example
Text Example
White with #78BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BABA; }
p { color: rgb(120,186,186); }
H1.HeaderClassName
{
color: #78BABA;
}
.AnyTagClassName
{
color: #78BABA;
}
</style>
background-color css
<style>
a { background-color: #78BABA; }
a { background-color: rgb(120,186,186); }
div.DivClassName
{
background-color: #78BABA;
}
.BgClassName
{
background-color: #78BABA;
}
</style>
border-color css
<style>
span { border-color: #78BABA; }
span { border-color: rgb(120,186,186); }
td.TdClassName
{
border-color: #78BABA;
}
.TagClassName
{
border-color: #78BABA;
}
</style>