Shades of Glacier #79B7C0
Tints of Glacier #79B7C0
RGB
CMYK
RGB Variations
Color information
#79B7C0 (or 0x79B7C0) is known color: Glacier. HEX triplet: 79, B7 and C0. RGB value is (121,183,192). Sum of RGB (Red+Green+Blue) = 121+183+192=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #79B7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B7C0 is #86483F. Grayscale: #A5A5A5. Windows color (decimal): -8800320 or 12629881. OLE color: 12629881.
HSL color Cylindrical-coordinate representation of color #79B7C0: hue angle of 187.61º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79B7C0 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 183 | 192 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.25 |
| HSL | 187.61º | 0.36% | 0.61% | - |
| HSV(B) | 187.61º | 0.37% | 0.75% | - |
| XYZ | 34.33 | 41.74 | 56.12 | - |
| YUV | 165.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 183 | 192 | 0.37 | 0.05 | 0 | 0.25 | 187.61 | 0.36 | 0.61 |
| Hex | 79 | B7 | C0 | 25 | 5 | 0 | 19 | BC | 24 | 3D |
| Octal | 171 | 267 | 300 | 45 | 5 | 0 | 31 | 274 | 44 | 75 |
| Binary | 1111001 | 10110111 | 11000000 | 100101 | 101 | 0 | 11001 | 10111100 | 100100 | 111101 |
Color Harmonies of #79B7C0
Complementary color
Monochromatic Colors of #79B7C0
Black with #79B7C0
Text Example
Text Example
White with #79B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B7C0; }
p { color: rgb(121,183,192); }
H1.HeaderClassName
{
color: #79B7C0;
}
.AnyTagClassName
{
color: #79B7C0;
}
</style>
background-color css
<style>
a { background-color: #79B7C0; }
a { background-color: rgb(121,183,192); }
div.DivClassName
{
background-color: #79B7C0;
}
.BgClassName
{
background-color: #79B7C0;
}
</style>
border-color css
<style>
span { border-color: #79B7C0; }
span { border-color: rgb(121,183,192); }
td.TdClassName
{
border-color: #79B7C0;
}
.TagClassName
{
border-color: #79B7C0;
}
</style>