Shades of Monte Carlo #79D2B4
Tints of Monte Carlo #79D2B4
RGB
CMYK
RGB Variations
Color information
#79D2B4 (or 0x79D2B4) is known color: Monte Carlo. HEX triplet: 79, D2 and B4. RGB value is (121,210,180). Sum of RGB (Red+Green+Blue) = 121+210+180=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #79D2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D2B4 is #862D4B. Grayscale: #B4B4B4. Windows color (decimal): -8793420 or 11850361. OLE color: 11850361.
HSL color Cylindrical-coordinate representation of color #79D2B4: hue angle of 159.78º 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 #79D2B4 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 210 | 180 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.18 |
| HSL | 159.78º | 0.5% | 0.65% | - |
| HSV(B) | 159.78º | 0.42% | 0.82% | - |
| XYZ | 39.17 | 53.45 | 51.43 | - |
| YUV | 179.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 210 | 180 | 0.42 | 0 | 0.14 | 0.18 | 159.78 | 0.5 | 0.65 |
| Hex | 79 | D2 | B4 | 2A | 0 | E | 12 | A0 | 32 | 41 |
| Octal | 171 | 322 | 264 | 52 | 0 | 16 | 22 | 240 | 62 | 101 |
| Binary | 1111001 | 11010010 | 10110100 | 101010 | 0 | 1110 | 10010 | 10100000 | 110010 | 1000001 |
Color Harmonies of #79D2B4
Complementary color
Monochromatic Colors of #79D2B4
Black with #79D2B4
Text Example
Text Example
White with #79D2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D2B4; }
p { color: rgb(121,210,180); }
H1.HeaderClassName
{
color: #79D2B4;
}
.AnyTagClassName
{
color: #79D2B4;
}
</style>
background-color css
<style>
a { background-color: #79D2B4; }
a { background-color: rgb(121,210,180); }
div.DivClassName
{
background-color: #79D2B4;
}
.BgClassName
{
background-color: #79D2B4;
}
</style>
border-color css
<style>
span { border-color: #79D2B4; }
span { border-color: rgb(121,210,180); }
td.TdClassName
{
border-color: #79D2B4;
}
.TagClassName
{
border-color: #79D2B4;
}
</style>