Shades of Monte Carlo #79CABB
Tints of Monte Carlo #79CABB
RGB
CMYK
RGB Variations
Color information
#79CABB (or 0x79CABB) is known color: Monte Carlo. HEX triplet: 79, CA and BB. RGB value is (121,202,187). Sum of RGB (Red+Green+Blue) = 121+202+187=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #79CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CABB is #863544. Grayscale: #B0B0B0. Windows color (decimal): -8795461 or 12307065. OLE color: 12307065.
HSL color Cylindrical-coordinate representation of color #79CABB: hue angle of 168.89º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CABB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 202 | 187 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.21 |
| HSL | 168.89º | 0.43% | 0.63% | - |
| HSV(B) | 168.89º | 0.4% | 0.79% | - |
| XYZ | 37.98 | 49.89 | 54.64 | - |
| YUV | 176.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 202 | 187 | 0.40 | 0 | 0.07 | 0.21 | 168.89 | 0.43 | 0.63 |
| Hex | 79 | CA | BB | 28 | 0 | 7 | 15 | A9 | 2B | 3F |
| Octal | 171 | 312 | 273 | 50 | 0 | 7 | 25 | 251 | 53 | 77 |
| Binary | 1111001 | 11001010 | 10111011 | 101000 | 0 | 111 | 10101 | 10101001 | 101011 | 111111 |
Color Harmonies of #79CABB
Complementary color
Monochromatic Colors of #79CABB
Black with #79CABB
Text Example
Text Example
White with #79CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CABB; }
p { color: rgb(121,202,187); }
H1.HeaderClassName
{
color: #79CABB;
}
.AnyTagClassName
{
color: #79CABB;
}
</style>
background-color css
<style>
a { background-color: #79CABB; }
a { background-color: rgb(121,202,187); }
div.DivClassName
{
background-color: #79CABB;
}
.BgClassName
{
background-color: #79CABB;
}
</style>
border-color css
<style>
span { border-color: #79CABB; }
span { border-color: rgb(121,202,187); }
td.TdClassName
{
border-color: #79CABB;
}
.TagClassName
{
border-color: #79CABB;
}
</style>