Shades of Glacier #78A8B6
Tints of Glacier #78A8B6
RGB
CMYK
RGB Variations
Color information
#78A8B6 (or 0x78A8B6) is known color: Glacier. HEX triplet: 78, A8 and B6. RGB value is (120,168,182). Sum of RGB (Red+Green+Blue) = 120+168+182=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #78A8B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8B6 is #875749. Grayscale: #9B9B9B. Windows color (decimal): -8869706 or 11970680. OLE color: 11970680.
HSL color Cylindrical-coordinate representation of color #78A8B6: hue angle of 193.55º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78A8B6 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 168 | 182 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.29 |
| HSL | 193.55º | 0.3% | 0.59% | - |
| HSV(B) | 193.55º | 0.34% | 0.71% | - |
| XYZ | 30.19 | 35.38 | 49.49 | - |
| YUV | 155.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 168 | 182 | 0.34 | 0.08 | 0 | 0.29 | 193.55 | 0.3 | 0.59 |
| Hex | 78 | A8 | B6 | 22 | 8 | 0 | 1D | C2 | 1E | 3B |
| Octal | 170 | 250 | 266 | 42 | 10 | 0 | 35 | 302 | 36 | 73 |
| Binary | 1111000 | 10101000 | 10110110 | 100010 | 1000 | 0 | 11101 | 11000010 | 11110 | 111011 |
Color Harmonies of #78A8B6
Complementary color
Monochromatic Colors of #78A8B6
Black with #78A8B6
Text Example
Text Example
White with #78A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A8B6; }
p { color: rgb(120,168,182); }
H1.HeaderClassName
{
color: #78A8B6;
}
.AnyTagClassName
{
color: #78A8B6;
}
</style>
background-color css
<style>
a { background-color: #78A8B6; }
a { background-color: rgb(120,168,182); }
div.DivClassName
{
background-color: #78A8B6;
}
.BgClassName
{
background-color: #78A8B6;
}
</style>
border-color css
<style>
span { border-color: #78A8B6; }
span { border-color: rgb(120,168,182); }
td.TdClassName
{
border-color: #78A8B6;
}
.TagClassName
{
border-color: #78A8B6;
}
</style>