Shades of Monte Carlo #79C1BC
Tints of Monte Carlo #79C1BC
RGB
CMYK
RGB Variations
Color information
#79C1BC (or 0x79C1BC) is known color: Monte Carlo. HEX triplet: 79, C1 and BC. RGB value is (121,193,188). Sum of RGB (Red+Green+Blue) = 121+193+188=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #79C1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C1BC is #863E43. Grayscale: #AAAAAA. Windows color (decimal): -8797764 or 12370297. OLE color: 12370297.
HSL color Cylindrical-coordinate representation of color #79C1BC: hue angle of 175.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79C1BC is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 193 | 188 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.24 |
| HSL | 175.83º | 0.37% | 0.62% | - |
| HSV(B) | 175.83º | 0.37% | 0.76% | - |
| XYZ | 36.03 | 45.84 | 54.53 | - |
| YUV | 170.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 188 | 0.37 | 0 | 0.03 | 0.24 | 175.83 | 0.37 | 0.62 |
| Hex | 79 | C1 | BC | 25 | 0 | 3 | 18 | B0 | 25 | 3E |
| Octal | 171 | 301 | 274 | 45 | 0 | 3 | 30 | 260 | 45 | 76 |
| Binary | 1111001 | 11000001 | 10111100 | 100101 | 0 | 11 | 11000 | 10110000 | 100101 | 111110 |
Color Harmonies of #79C1BC
Complementary color
Monochromatic Colors of #79C1BC
Black with #79C1BC
Text Example
Text Example
White with #79C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C1BC; }
p { color: rgb(121,193,188); }
H1.HeaderClassName
{
color: #79C1BC;
}
.AnyTagClassName
{
color: #79C1BC;
}
</style>
background-color css
<style>
a { background-color: #79C1BC; }
a { background-color: rgb(121,193,188); }
div.DivClassName
{
background-color: #79C1BC;
}
.BgClassName
{
background-color: #79C1BC;
}
</style>
border-color css
<style>
span { border-color: #79C1BC; }
span { border-color: rgb(121,193,188); }
td.TdClassName
{
border-color: #79C1BC;
}
.TagClassName
{
border-color: #79C1BC;
}
</style>