Shades of Glacier #79C2C4
Tints of Glacier #79C2C4
RGB
CMYK
RGB Variations
Color information
#79C2C4 (or 0x79C2C4) is known color: Glacier. HEX triplet: 79, C2 and C4. RGB value is (121,194,196). Sum of RGB (Red+Green+Blue) = 121+194+196=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #79C2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C2C4 is #863D3B. Grayscale: #ACACAC. Windows color (decimal): -8797500 or 12894841. OLE color: 12894841.
HSL color Cylindrical-coordinate representation of color #79C2C4: hue angle of 181.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79C2C4 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 194 | 196 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.23 |
| HSL | 181.6º | 0.39% | 0.62% | - |
| HSV(B) | 181.6º | 0.38% | 0.77% | - |
| XYZ | 37.14 | 46.63 | 59.27 | - |
| YUV | 172.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 196 | 0.38 | 0.01 | 0 | 0.23 | 181.6 | 0.39 | 0.62 |
| Hex | 79 | C2 | C4 | 26 | 1 | 0 | 17 | B6 | 27 | 3E |
| Octal | 171 | 302 | 304 | 46 | 1 | 0 | 27 | 266 | 47 | 76 |
| Binary | 1111001 | 11000010 | 11000100 | 100110 | 1 | 0 | 10111 | 10110110 | 100111 | 111110 |
Color Harmonies of #79C2C4
Complementary color
Monochromatic Colors of #79C2C4
Black with #79C2C4
Text Example
Text Example
White with #79C2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2C4; }
p { color: rgb(121,194,196); }
H1.HeaderClassName
{
color: #79C2C4;
}
.AnyTagClassName
{
color: #79C2C4;
}
</style>
background-color css
<style>
a { background-color: #79C2C4; }
a { background-color: rgb(121,194,196); }
div.DivClassName
{
background-color: #79C2C4;
}
.BgClassName
{
background-color: #79C2C4;
}
</style>
border-color css
<style>
span { border-color: #79C2C4; }
span { border-color: rgb(121,194,196); }
td.TdClassName
{
border-color: #79C2C4;
}
.TagClassName
{
border-color: #79C2C4;
}
</style>