Shades of Monte Carlo #79C5A8
Tints of Monte Carlo #79C5A8
RGB
CMYK
RGB Variations
Color information
#79C5A8 (or 0x79C5A8) is known color: Monte Carlo. HEX triplet: 79, C5 and A8. RGB value is (121,197,168). Sum of RGB (Red+Green+Blue) = 121+197+168=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #79C5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C5A8 is #863A57. Grayscale: #ABABAB. Windows color (decimal): -8796760 or 11060601. OLE color: 11060601.
HSL color Cylindrical-coordinate representation of color #79C5A8: hue angle of 157.11º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79C5A8 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 168 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.23 |
| HSL | 157.11º | 0.4% | 0.62% | - |
| HSV(B) | 157.11º | 0.39% | 0.77% | - |
| XYZ | 34.92 | 46.82 | 44.24 | - |
| YUV | 170.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 168 | 0.39 | 0 | 0.15 | 0.23 | 157.11 | 0.4 | 0.62 |
| Hex | 79 | C5 | A8 | 27 | 0 | F | 17 | 9D | 28 | 3E |
| Octal | 171 | 305 | 250 | 47 | 0 | 17 | 27 | 235 | 50 | 76 |
| Binary | 1111001 | 11000101 | 10101000 | 100111 | 0 | 1111 | 10111 | 10011101 | 101000 | 111110 |
Color Harmonies of #79C5A8
Complementary color
Monochromatic Colors of #79C5A8
Black with #79C5A8
Text Example
Text Example
White with #79C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C5A8; }
p { color: rgb(121,197,168); }
H1.HeaderClassName
{
color: #79C5A8;
}
.AnyTagClassName
{
color: #79C5A8;
}
</style>
background-color css
<style>
a { background-color: #79C5A8; }
a { background-color: rgb(121,197,168); }
div.DivClassName
{
background-color: #79C5A8;
}
.BgClassName
{
background-color: #79C5A8;
}
</style>
border-color css
<style>
span { border-color: #79C5A8; }
span { border-color: rgb(121,197,168); }
td.TdClassName
{
border-color: #79C5A8;
}
.TagClassName
{
border-color: #79C5A8;
}
</style>