Shades of Glacier #79BEBE
Tints of Glacier #79BEBE
RGB
CMYK
RGB Variations
Color information
#79BEBE (or 0x79BEBE) is known color: Glacier. HEX triplet: 79, BE and BE. RGB value is (121,190,190). Sum of RGB (Red+Green+Blue) = 121+190+190=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #79BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BEBE is #864141. Grayscale: #A9A9A9. Windows color (decimal): -8798530 or 12500601. OLE color: 12500601.
HSL color Cylindrical-coordinate representation of color #79BEBE: hue angle of 180º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BEBE is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 190 | 190 | - |
| CMYK | 0.36 | 0 | 0 | 0.25 |
| HSL | 180º | 0.35% | 0.61% | - |
| HSV(B) | 180º | 0.36% | 0.75% | - |
| XYZ | 35.59 | 44.61 | 55.45 | - |
| YUV | 169.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 190 | 190 | 0.36 | 0 | 0 | 0.25 | 180 | 0.35 | 0.61 |
| Hex | 79 | BE | BE | 24 | 0 | 0 | 19 | B4 | 23 | 3D |
| Octal | 171 | 276 | 276 | 44 | 0 | 0 | 31 | 264 | 43 | 75 |
| Binary | 1111001 | 10111110 | 10111110 | 100100 | 0 | 0 | 11001 | 10110100 | 100011 | 111101 |
Color Harmonies of #79BEBE
Complementary color
Monochromatic Colors of #79BEBE
Black with #79BEBE
Text Example
Text Example
White with #79BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BEBE; }
p { color: rgb(121,190,190); }
H1.HeaderClassName
{
color: #79BEBE;
}
.AnyTagClassName
{
color: #79BEBE;
}
</style>
background-color css
<style>
a { background-color: #79BEBE; }
a { background-color: rgb(121,190,190); }
div.DivClassName
{
background-color: #79BEBE;
}
.BgClassName
{
background-color: #79BEBE;
}
</style>
border-color css
<style>
span { border-color: #79BEBE; }
span { border-color: rgb(121,190,190); }
td.TdClassName
{
border-color: #79BEBE;
}
.TagClassName
{
border-color: #79BEBE;
}
</style>