Shades of Monte Carlo #79C0AF
Tints of Monte Carlo #79C0AF
RGB
CMYK
RGB Variations
Color information
#79C0AF (or 0x79C0AF) is known color: Monte Carlo. HEX triplet: 79, C0 and AF. RGB value is (121,192,175). Sum of RGB (Red+Green+Blue) = 121+192+175=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C0AF is #863F50. Grayscale: #A8A8A8. Windows color (decimal): -8798033 or 11518073. OLE color: 11518073.
HSL color Cylindrical-coordinate representation of color #79C0AF: hue angle of 165.63º 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 #79C0AF is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 175 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.25 |
| HSL | 165.63º | 0.36% | 0.61% | - |
| HSV(B) | 165.63º | 0.37% | 0.75% | - |
| XYZ | 34.47 | 44.86 | 47.4 | - |
| YUV | 168.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 175 | 0.37 | 0 | 0.09 | 0.25 | 165.63 | 0.36 | 0.61 |
| Hex | 79 | C0 | AF | 25 | 0 | 9 | 19 | A6 | 24 | 3D |
| Octal | 171 | 300 | 257 | 45 | 0 | 11 | 31 | 246 | 44 | 75 |
| Binary | 1111001 | 11000000 | 10101111 | 100101 | 0 | 1001 | 11001 | 10100110 | 100100 | 111101 |
Color Harmonies of #79C0AF
Complementary color
Monochromatic Colors of #79C0AF
Black with #79C0AF
Text Example
Text Example
White with #79C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C0AF; }
p { color: rgb(121,192,175); }
H1.HeaderClassName
{
color: #79C0AF;
}
.AnyTagClassName
{
color: #79C0AF;
}
</style>
background-color css
<style>
a { background-color: #79C0AF; }
a { background-color: rgb(121,192,175); }
div.DivClassName
{
background-color: #79C0AF;
}
.BgClassName
{
background-color: #79C0AF;
}
</style>
border-color css
<style>
span { border-color: #79C0AF; }
span { border-color: rgb(121,192,175); }
td.TdClassName
{
border-color: #79C0AF;
}
.TagClassName
{
border-color: #79C0AF;
}
</style>