Shades of Monte Carlo #79C3BD
Tints of Monte Carlo #79C3BD
RGB
CMYK
RGB Variations
Color information
#79C3BD (or 0x79C3BD) is known color: Monte Carlo. HEX triplet: 79, C3 and BD. RGB value is (121,195,189). Sum of RGB (Red+Green+Blue) = 121+195+189=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #79C3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C3BD is #863C42. Grayscale: #ACACAC. Windows color (decimal): -8797251 or 12436345. OLE color: 12436345.
HSL color Cylindrical-coordinate representation of color #79C3BD: hue angle of 175.14º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79C3BD is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 195 | 189 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.24 |
| HSL | 175.14º | 0.38% | 0.62% | - |
| HSV(B) | 175.14º | 0.38% | 0.76% | - |
| XYZ | 36.59 | 46.77 | 55.24 | - |
| YUV | 172.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 195 | 189 | 0.38 | 0 | 0.03 | 0.24 | 175.14 | 0.38 | 0.62 |
| Hex | 79 | C3 | BD | 26 | 0 | 3 | 18 | AF | 26 | 3E |
| Octal | 171 | 303 | 275 | 46 | 0 | 3 | 30 | 257 | 46 | 76 |
| Binary | 1111001 | 11000011 | 10111101 | 100110 | 0 | 11 | 11000 | 10101111 | 100110 | 111110 |
Color Harmonies of #79C3BD
Complementary color
Monochromatic Colors of #79C3BD
Black with #79C3BD
Text Example
Text Example
White with #79C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C3BD; }
p { color: rgb(121,195,189); }
H1.HeaderClassName
{
color: #79C3BD;
}
.AnyTagClassName
{
color: #79C3BD;
}
</style>
background-color css
<style>
a { background-color: #79C3BD; }
a { background-color: rgb(121,195,189); }
div.DivClassName
{
background-color: #79C3BD;
}
.BgClassName
{
background-color: #79C3BD;
}
</style>
border-color css
<style>
span { border-color: #79C3BD; }
span { border-color: rgb(121,195,189); }
td.TdClassName
{
border-color: #79C3BD;
}
.TagClassName
{
border-color: #79C3BD;
}
</style>