Shades of Monte Carlo #79C9A8
Tints of Monte Carlo #79C9A8
RGB
CMYK
RGB Variations
Color information
#79C9A8 (or 0x79C9A8) is known color: Monte Carlo. HEX triplet: 79, C9 and A8. RGB value is (121,201,168). Sum of RGB (Red+Green+Blue) = 121+201+168=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #79C9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C9A8 is #863657. Grayscale: #ADADAD. Windows color (decimal): -8795736 or 11061625. OLE color: 11061625.
HSL color Cylindrical-coordinate representation of color #79C9A8: hue angle of 155.25º 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 #79C9A8 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 168 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.21 |
| HSL | 155.25º | 0.43% | 0.63% | - |
| HSV(B) | 155.25º | 0.4% | 0.79% | - |
| XYZ | 35.84 | 48.67 | 44.55 | - |
| YUV | 173.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 168 | 0.40 | 0 | 0.16 | 0.21 | 155.25 | 0.43 | 0.63 |
| Hex | 79 | C9 | A8 | 28 | 0 | 10 | 15 | 9B | 2B | 3F |
| Octal | 171 | 311 | 250 | 50 | 0 | 20 | 25 | 233 | 53 | 77 |
| Binary | 1111001 | 11001001 | 10101000 | 101000 | 0 | 10000 | 10101 | 10011011 | 101011 | 111111 |
Color Harmonies of #79C9A8
Complementary color
Monochromatic Colors of #79C9A8
Black with #79C9A8
Text Example
Text Example
White with #79C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C9A8; }
p { color: rgb(121,201,168); }
H1.HeaderClassName
{
color: #79C9A8;
}
.AnyTagClassName
{
color: #79C9A8;
}
</style>
background-color css
<style>
a { background-color: #79C9A8; }
a { background-color: rgb(121,201,168); }
div.DivClassName
{
background-color: #79C9A8;
}
.BgClassName
{
background-color: #79C9A8;
}
</style>
border-color css
<style>
span { border-color: #79C9A8; }
span { border-color: rgb(121,201,168); }
td.TdClassName
{
border-color: #79C9A8;
}
.TagClassName
{
border-color: #79C9A8;
}
</style>