Shades of Monte Carlo #79CDB1
Tints of Monte Carlo #79CDB1
RGB
CMYK
RGB Variations
Color information
#79CDB1 (or 0x79CDB1) is known color: Monte Carlo. HEX triplet: 79, CD and B1. RGB value is (121,205,177). Sum of RGB (Red+Green+Blue) = 121+205+177=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #79CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CDB1 is #86324E. Grayscale: #B0B0B0. Windows color (decimal): -8794703 or 11652473. OLE color: 11652473.
HSL color Cylindrical-coordinate representation of color #79CDB1: hue angle of 160º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CDB1 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 205 | 177 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.20 |
| HSL | 160º | 0.46% | 0.64% | - |
| HSV(B) | 160º | 0.41% | 0.8% | - |
| XYZ | 37.65 | 50.9 | 49.44 | - |
| YUV | 176.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 205 | 177 | 0.41 | 0 | 0.14 | 0.20 | 160 | 0.46 | 0.64 |
| Hex | 79 | CD | B1 | 29 | 0 | E | 14 | A0 | 2E | 40 |
| Octal | 171 | 315 | 261 | 51 | 0 | 16 | 24 | 240 | 56 | 100 |
| Binary | 1111001 | 11001101 | 10110001 | 101001 | 0 | 1110 | 10100 | 10100000 | 101110 | 1000000 |
Color Harmonies of #79CDB1
Complementary color
Monochromatic Colors of #79CDB1
Black with #79CDB1
Text Example
Text Example
White with #79CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CDB1; }
p { color: rgb(121,205,177); }
H1.HeaderClassName
{
color: #79CDB1;
}
.AnyTagClassName
{
color: #79CDB1;
}
</style>
background-color css
<style>
a { background-color: #79CDB1; }
a { background-color: rgb(121,205,177); }
div.DivClassName
{
background-color: #79CDB1;
}
.BgClassName
{
background-color: #79CDB1;
}
</style>
border-color css
<style>
span { border-color: #79CDB1; }
span { border-color: rgb(121,205,177); }
td.TdClassName
{
border-color: #79CDB1;
}
.TagClassName
{
border-color: #79CDB1;
}
</style>