Shades of Monte Carlo #79C4B0
Tints of Monte Carlo #79C4B0
RGB
CMYK
RGB Variations
Color information
#79C4B0 (or 0x79C4B0) is known color: Monte Carlo. HEX triplet: 79, C4 and B0. RGB value is (121,196,176). Sum of RGB (Red+Green+Blue) = 121+196+176=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #79C4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C4B0 is #863B4F. Grayscale: #ABABAB. Windows color (decimal): -8797008 or 11584633. OLE color: 11584633.
HSL color Cylindrical-coordinate representation of color #79C4B0: hue angle of 164º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79C4B0 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 196 | 176 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.23 |
| HSL | 164º | 0.39% | 0.62% | - |
| HSV(B) | 164º | 0.38% | 0.77% | - |
| XYZ | 35.46 | 46.68 | 48.22 | - |
| YUV | 171.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 196 | 176 | 0.38 | 0 | 0.10 | 0.23 | 164 | 0.39 | 0.62 |
| Hex | 79 | C4 | B0 | 26 | 0 | A | 17 | A4 | 27 | 3E |
| Octal | 171 | 304 | 260 | 46 | 0 | 12 | 27 | 244 | 47 | 76 |
| Binary | 1111001 | 11000100 | 10110000 | 100110 | 0 | 1010 | 10111 | 10100100 | 100111 | 111110 |
Color Harmonies of #79C4B0
Complementary color
Monochromatic Colors of #79C4B0
Black with #79C4B0
Text Example
Text Example
White with #79C4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C4B0; }
p { color: rgb(121,196,176); }
H1.HeaderClassName
{
color: #79C4B0;
}
.AnyTagClassName
{
color: #79C4B0;
}
</style>
background-color css
<style>
a { background-color: #79C4B0; }
a { background-color: rgb(121,196,176); }
div.DivClassName
{
background-color: #79C4B0;
}
.BgClassName
{
background-color: #79C4B0;
}
</style>
border-color css
<style>
span { border-color: #79C4B0; }
span { border-color: rgb(121,196,176); }
td.TdClassName
{
border-color: #79C4B0;
}
.TagClassName
{
border-color: #79C4B0;
}
</style>