Shades of Monte Carlo #79C2B2
Tints of Monte Carlo #79C2B2
RGB
CMYK
RGB Variations
Color information
#79C2B2 (or 0x79C2B2) is known color: Monte Carlo. HEX triplet: 79, C2 and B2. RGB value is (121,194,178). Sum of RGB (Red+Green+Blue) = 121+194+178=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #79C2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C2B2 is #863D4D. Grayscale: #AAAAAA. Windows color (decimal): -8797518 or 11715193. OLE color: 11715193.
HSL color Cylindrical-coordinate representation of color #79C2B2: hue angle of 166.85º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79C2B2 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 178 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.24 |
| HSL | 166.85º | 0.37% | 0.62% | - |
| HSV(B) | 166.85º | 0.38% | 0.76% | - |
| XYZ | 35.21 | 45.86 | 49.12 | - |
| YUV | 170.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 178 | 0.38 | 0 | 0.08 | 0.24 | 166.85 | 0.37 | 0.62 |
| Hex | 79 | C2 | B2 | 26 | 0 | 8 | 18 | A7 | 25 | 3E |
| Octal | 171 | 302 | 262 | 46 | 0 | 10 | 30 | 247 | 45 | 76 |
| Binary | 1111001 | 11000010 | 10110010 | 100110 | 0 | 1000 | 11000 | 10100111 | 100101 | 111110 |
Color Harmonies of #79C2B2
Complementary color
Monochromatic Colors of #79C2B2
Black with #79C2B2
Text Example
Text Example
White with #79C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2B2; }
p { color: rgb(121,194,178); }
H1.HeaderClassName
{
color: #79C2B2;
}
.AnyTagClassName
{
color: #79C2B2;
}
</style>
background-color css
<style>
a { background-color: #79C2B2; }
a { background-color: rgb(121,194,178); }
div.DivClassName
{
background-color: #79C2B2;
}
.BgClassName
{
background-color: #79C2B2;
}
</style>
border-color css
<style>
span { border-color: #79C2B2; }
span { border-color: rgb(121,194,178); }
td.TdClassName
{
border-color: #79C2B2;
}
.TagClassName
{
border-color: #79C2B2;
}
</style>