Shades of Monte Carlo #79D2B5
Tints of Monte Carlo #79D2B5
RGB
CMYK
RGB Variations
Color information
#79D2B5 (or 0x79D2B5) is known color: Monte Carlo. HEX triplet: 79, D2 and B5. RGB value is (121,210,181). Sum of RGB (Red+Green+Blue) = 121+210+181=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #79D2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D2B5 is #862D4A. Grayscale: #B4B4B4. Windows color (decimal): -8793419 or 11915897. OLE color: 11915897.
HSL color Cylindrical-coordinate representation of color #79D2B5: hue angle of 160.45º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D2B5 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 210 | 181 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.18 |
| HSL | 160.45º | 0.5% | 0.65% | - |
| HSV(B) | 160.45º | 0.42% | 0.82% | - |
| XYZ | 39.27 | 53.49 | 51.97 | - |
| YUV | 180.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 210 | 181 | 0.42 | 0 | 0.14 | 0.18 | 160.45 | 0.5 | 0.65 |
| Hex | 79 | D2 | B5 | 2A | 0 | E | 12 | A0 | 32 | 41 |
| Octal | 171 | 322 | 265 | 52 | 0 | 16 | 22 | 240 | 62 | 101 |
| Binary | 1111001 | 11010010 | 10110101 | 101010 | 0 | 1110 | 10010 | 10100000 | 110010 | 1000001 |
Color Harmonies of #79D2B5
Complementary color
Monochromatic Colors of #79D2B5
Black with #79D2B5
Text Example
Text Example
White with #79D2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D2B5; }
p { color: rgb(121,210,181); }
H1.HeaderClassName
{
color: #79D2B5;
}
.AnyTagClassName
{
color: #79D2B5;
}
</style>
background-color css
<style>
a { background-color: #79D2B5; }
a { background-color: rgb(121,210,181); }
div.DivClassName
{
background-color: #79D2B5;
}
.BgClassName
{
background-color: #79D2B5;
}
</style>
border-color css
<style>
span { border-color: #79D2B5; }
span { border-color: rgb(121,210,181); }
td.TdClassName
{
border-color: #79D2B5;
}
.TagClassName
{
border-color: #79D2B5;
}
</style>