Shades of Monte Carlo #79C2AC
Tints of Monte Carlo #79C2AC
RGB
CMYK
RGB Variations
Color information
#79C2AC (or 0x79C2AC) is known color: Monte Carlo. HEX triplet: 79, C2 and AC. RGB value is (121,194,172). Sum of RGB (Red+Green+Blue) = 121+194+172=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #79C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C2AC is #863D53. Grayscale: #A9A9A9. Windows color (decimal): -8797524 or 11321977. OLE color: 11321977.
HSL color Cylindrical-coordinate representation of color #79C2AC: hue angle of 161.92º 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 #79C2AC is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 194 | 172 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.24 |
| HSL | 161.92º | 0.37% | 0.62% | - |
| HSV(B) | 161.92º | 0.38% | 0.76% | - |
| XYZ | 34.62 | 45.63 | 46.01 | - |
| YUV | 169.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 172 | 0.38 | 0 | 0.11 | 0.24 | 161.92 | 0.37 | 0.62 |
| Hex | 79 | C2 | AC | 26 | 0 | B | 18 | A2 | 25 | 3E |
| Octal | 171 | 302 | 254 | 46 | 0 | 13 | 30 | 242 | 45 | 76 |
| Binary | 1111001 | 11000010 | 10101100 | 100110 | 0 | 1011 | 11000 | 10100010 | 100101 | 111110 |
Color Harmonies of #79C2AC
Complementary color
Monochromatic Colors of #79C2AC
Black with #79C2AC
Text Example
Text Example
White with #79C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2AC; }
p { color: rgb(121,194,172); }
H1.HeaderClassName
{
color: #79C2AC;
}
.AnyTagClassName
{
color: #79C2AC;
}
</style>
background-color css
<style>
a { background-color: #79C2AC; }
a { background-color: rgb(121,194,172); }
div.DivClassName
{
background-color: #79C2AC;
}
.BgClassName
{
background-color: #79C2AC;
}
</style>
border-color css
<style>
span { border-color: #79C2AC; }
span { border-color: rgb(121,194,172); }
td.TdClassName
{
border-color: #79C2AC;
}
.TagClassName
{
border-color: #79C2AC;
}
</style>