Shades of Monte Carlo #79C6AA
Tints of Monte Carlo #79C6AA
RGB
CMYK
RGB Variations
Color information
#79C6AA (or 0x79C6AA) is known color: Monte Carlo. HEX triplet: 79, C6 and AA. RGB value is (121,198,170). Sum of RGB (Red+Green+Blue) = 121+198+170=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #79C6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C6AA is #863955. Grayscale: #ABABAB. Windows color (decimal): -8796502 or 11191929. OLE color: 11191929.
HSL color Cylindrical-coordinate representation of color #79C6AA: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79C6AA is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 198 | 170 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.22 |
| HSL | 158.18º | 0.4% | 0.63% | - |
| HSV(B) | 158.18º | 0.39% | 0.78% | - |
| XYZ | 35.33 | 47.36 | 45.31 | - |
| YUV | 171.79 | 126.99 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 198 | 170 | 0.39 | 0 | 0.14 | 0.22 | 158.18 | 0.4 | 0.63 |
| Hex | 79 | C6 | AA | 27 | 0 | E | 16 | 9E | 28 | 3F |
| Octal | 171 | 306 | 252 | 47 | 0 | 16 | 26 | 236 | 50 | 77 |
| Binary | 1111001 | 11000110 | 10101010 | 100111 | 0 | 1110 | 10110 | 10011110 | 101000 | 111111 |
Color Harmonies of #79C6AA
Complementary color
Monochromatic Colors of #79C6AA
Black with #79C6AA
Text Example
Text Example
White with #79C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C6AA; }
p { color: rgb(121,198,170); }
H1.HeaderClassName
{
color: #79C6AA;
}
.AnyTagClassName
{
color: #79C6AA;
}
</style>
background-color css
<style>
a { background-color: #79C6AA; }
a { background-color: rgb(121,198,170); }
div.DivClassName
{
background-color: #79C6AA;
}
.BgClassName
{
background-color: #79C6AA;
}
</style>
border-color css
<style>
span { border-color: #79C6AA; }
span { border-color: rgb(121,198,170); }
td.TdClassName
{
border-color: #79C6AA;
}
.TagClassName
{
border-color: #79C6AA;
}
</style>