Shades of Glacier #79B2C0
Tints of Glacier #79B2C0
RGB
CMYK
RGB Variations
Color information
#79B2C0 (or 0x79B2C0) is known color: Glacier. HEX triplet: 79, B2 and C0. RGB value is (121,178,192). Sum of RGB (Red+Green+Blue) = 121+178+192=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #79B2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2C0 is #864D3F. Grayscale: #A2A2A2. Windows color (decimal): -8801600 or 12628601. OLE color: 12628601.
HSL color Cylindrical-coordinate representation of color #79B2C0: hue angle of 191.83º 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 #79B2C0 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 178 | 192 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.25 |
| HSL | 191.83º | 0.36% | 0.61% | - |
| HSV(B) | 191.83º | 0.37% | 0.75% | - |
| XYZ | 33.32 | 39.71 | 55.78 | - |
| YUV | 162.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 192 | 0.37 | 0.07 | 0 | 0.25 | 191.83 | 0.36 | 0.61 |
| Hex | 79 | B2 | C0 | 25 | 7 | 0 | 19 | C0 | 24 | 3D |
| Octal | 171 | 262 | 300 | 45 | 7 | 0 | 31 | 300 | 44 | 75 |
| Binary | 1111001 | 10110010 | 11000000 | 100101 | 111 | 0 | 11001 | 11000000 | 100100 | 111101 |
Color Harmonies of #79B2C0
Complementary color
Monochromatic Colors of #79B2C0
Black with #79B2C0
Text Example
Text Example
White with #79B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B2C0; }
p { color: rgb(121,178,192); }
H1.HeaderClassName
{
color: #79B2C0;
}
.AnyTagClassName
{
color: #79B2C0;
}
</style>
background-color css
<style>
a { background-color: #79B2C0; }
a { background-color: rgb(121,178,192); }
div.DivClassName
{
background-color: #79B2C0;
}
.BgClassName
{
background-color: #79B2C0;
}
</style>
border-color css
<style>
span { border-color: #79B2C0; }
span { border-color: rgb(121,178,192); }
td.TdClassName
{
border-color: #79B2C0;
}
.TagClassName
{
border-color: #79B2C0;
}
</style>