Shades of Monte Carlo #79C9AA
Tints of Monte Carlo #79C9AA
RGB
CMYK
RGB Variations
Color information
#79C9AA (or 0x79C9AA) is known color: Monte Carlo. HEX triplet: 79, C9 and AA. RGB value is (121,201,170). Sum of RGB (Red+Green+Blue) = 121+201+170=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #79C9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C9AA is #863655. Grayscale: #ADADAD. Windows color (decimal): -8795734 or 11192697. OLE color: 11192697.
HSL color Cylindrical-coordinate representation of color #79C9AA: hue angle of 156.75º 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 #79C9AA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 170 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.21 |
| HSL | 156.75º | 0.43% | 0.63% | - |
| HSV(B) | 156.75º | 0.4% | 0.79% | - |
| XYZ | 36.03 | 48.74 | 45.54 | - |
| YUV | 173.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 170 | 0.40 | 0 | 0.15 | 0.21 | 156.75 | 0.43 | 0.63 |
| Hex | 79 | C9 | AA | 28 | 0 | F | 15 | 9D | 2B | 3F |
| Octal | 171 | 311 | 252 | 50 | 0 | 17 | 25 | 235 | 53 | 77 |
| Binary | 1111001 | 11001001 | 10101010 | 101000 | 0 | 1111 | 10101 | 10011101 | 101011 | 111111 |
Color Harmonies of #79C9AA
Complementary color
Monochromatic Colors of #79C9AA
Black with #79C9AA
Text Example
Text Example
White with #79C9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C9AA; }
p { color: rgb(121,201,170); }
H1.HeaderClassName
{
color: #79C9AA;
}
.AnyTagClassName
{
color: #79C9AA;
}
</style>
background-color css
<style>
a { background-color: #79C9AA; }
a { background-color: rgb(121,201,170); }
div.DivClassName
{
background-color: #79C9AA;
}
.BgClassName
{
background-color: #79C9AA;
}
</style>
border-color css
<style>
span { border-color: #79C9AA; }
span { border-color: rgb(121,201,170); }
td.TdClassName
{
border-color: #79C9AA;
}
.TagClassName
{
border-color: #79C9AA;
}
</style>