Shades of Monte Carlo #79C0AD
Tints of Monte Carlo #79C0AD
RGB
CMYK
RGB Variations
Color information
#79C0AD (or 0x79C0AD) is known color: Monte Carlo. HEX triplet: 79, C0 and AD. RGB value is (121,192,173). Sum of RGB (Red+Green+Blue) = 121+192+173=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C0AD is #863F52. Grayscale: #A8A8A8. Windows color (decimal): -8798035 or 11387001. OLE color: 11387001.
HSL color Cylindrical-coordinate representation of color #79C0AD: hue angle of 163.94º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79C0AD is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 173 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.25 |
| HSL | 163.94º | 0.36% | 0.61% | - |
| HSV(B) | 163.94º | 0.37% | 0.75% | - |
| XYZ | 34.28 | 44.78 | 46.37 | - |
| YUV | 168.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 173 | 0.37 | 0 | 0.10 | 0.25 | 163.94 | 0.36 | 0.61 |
| Hex | 79 | C0 | AD | 25 | 0 | A | 19 | A4 | 24 | 3D |
| Octal | 171 | 300 | 255 | 45 | 0 | 12 | 31 | 244 | 44 | 75 |
| Binary | 1111001 | 11000000 | 10101101 | 100101 | 0 | 1010 | 11001 | 10100100 | 100100 | 111101 |
Color Harmonies of #79C0AD
Complementary color
Monochromatic Colors of #79C0AD
Black with #79C0AD
Text Example
Text Example
White with #79C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C0AD; }
p { color: rgb(121,192,173); }
H1.HeaderClassName
{
color: #79C0AD;
}
.AnyTagClassName
{
color: #79C0AD;
}
</style>
background-color css
<style>
a { background-color: #79C0AD; }
a { background-color: rgb(121,192,173); }
div.DivClassName
{
background-color: #79C0AD;
}
.BgClassName
{
background-color: #79C0AD;
}
</style>
border-color css
<style>
span { border-color: #79C0AD; }
span { border-color: rgb(121,192,173); }
td.TdClassName
{
border-color: #79C0AD;
}
.TagClassName
{
border-color: #79C0AD;
}
</style>