Shades of Glacier #79C0C1
Tints of Glacier #79C0C1
RGB
CMYK
RGB Variations
Color information
#79C0C1 (or 0x79C0C1) is known color: Glacier. HEX triplet: 79, C0 and C1. RGB value is (121,192,193). Sum of RGB (Red+Green+Blue) = 121+192+193=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #79C0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C0C1 is #863F3E. Grayscale: #AAAAAA. Windows color (decimal): -8798015 or 12697721. OLE color: 12697721.
HSL color Cylindrical-coordinate representation of color #79C0C1: hue angle of 180.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79C0C1 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 192 | 193 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.24 |
| HSL | 180.83º | 0.37% | 0.62% | - |
| HSV(B) | 180.83º | 0.37% | 0.76% | - |
| XYZ | 36.36 | 45.61 | 57.34 | - |
| YUV | 170.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 193 | 0.37 | 0.01 | 0 | 0.24 | 180.83 | 0.37 | 0.62 |
| Hex | 79 | C0 | C1 | 25 | 1 | 0 | 18 | B5 | 25 | 3E |
| Octal | 171 | 300 | 301 | 45 | 1 | 0 | 30 | 265 | 45 | 76 |
| Binary | 1111001 | 11000000 | 11000001 | 100101 | 1 | 0 | 11000 | 10110101 | 100101 | 111110 |
Color Harmonies of #79C0C1
Complementary color
Monochromatic Colors of #79C0C1
Black with #79C0C1
Text Example
Text Example
White with #79C0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C0C1; }
p { color: rgb(121,192,193); }
H1.HeaderClassName
{
color: #79C0C1;
}
.AnyTagClassName
{
color: #79C0C1;
}
</style>
background-color css
<style>
a { background-color: #79C0C1; }
a { background-color: rgb(121,192,193); }
div.DivClassName
{
background-color: #79C0C1;
}
.BgClassName
{
background-color: #79C0C1;
}
</style>
border-color css
<style>
span { border-color: #79C0C1; }
span { border-color: rgb(121,192,193); }
td.TdClassName
{
border-color: #79C0C1;
}
.TagClassName
{
border-color: #79C0C1;
}
</style>