Shades of Monte Carlo #79CDB5
Tints of Monte Carlo #79CDB5
RGB
CMYK
RGB Variations
Color information
#79CDB5 (or 0x79CDB5) is known color: Monte Carlo. HEX triplet: 79, CD and B5. RGB value is (121,205,181). Sum of RGB (Red+Green+Blue) = 121+205+181=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #79CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CDB5 is #86324A. Grayscale: #B1B1B1. Windows color (decimal): -8794699 or 11914617. OLE color: 11914617.
HSL color Cylindrical-coordinate representation of color #79CDB5: hue angle of 162.86º 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 #79CDB5 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 205 | 181 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.20 |
| HSL | 162.86º | 0.46% | 0.64% | - |
| HSV(B) | 162.86º | 0.41% | 0.8% | - |
| XYZ | 38.06 | 51.06 | 51.57 | - |
| YUV | 177.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 205 | 181 | 0.41 | 0 | 0.12 | 0.20 | 162.86 | 0.46 | 0.64 |
| Hex | 79 | CD | B5 | 29 | 0 | C | 14 | A3 | 2E | 40 |
| Octal | 171 | 315 | 265 | 51 | 0 | 14 | 24 | 243 | 56 | 100 |
| Binary | 1111001 | 11001101 | 10110101 | 101001 | 0 | 1100 | 10100 | 10100011 | 101110 | 1000000 |
Color Harmonies of #79CDB5
Complementary color
Monochromatic Colors of #79CDB5
Black with #79CDB5
Text Example
Text Example
White with #79CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CDB5; }
p { color: rgb(121,205,181); }
H1.HeaderClassName
{
color: #79CDB5;
}
.AnyTagClassName
{
color: #79CDB5;
}
</style>
background-color css
<style>
a { background-color: #79CDB5; }
a { background-color: rgb(121,205,181); }
div.DivClassName
{
background-color: #79CDB5;
}
.BgClassName
{
background-color: #79CDB5;
}
</style>
border-color css
<style>
span { border-color: #79CDB5; }
span { border-color: rgb(121,205,181); }
td.TdClassName
{
border-color: #79CDB5;
}
.TagClassName
{
border-color: #79CDB5;
}
</style>