Shades of Monte Carlo #79BDAE
Tints of Monte Carlo #79BDAE
RGB
CMYK
RGB Variations
Color information
#79BDAE (or 0x79BDAE) is known color: Monte Carlo. HEX triplet: 79, BD and AE. RGB value is (121,189,174). Sum of RGB (Red+Green+Blue) = 121+189+174=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #79BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BDAE is #864251. Grayscale: #A6A6A6. Windows color (decimal): -8798802 or 11451769. OLE color: 11451769.
HSL color Cylindrical-coordinate representation of color #79BDAE: hue angle of 166.76º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BDAE is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 174 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.26 |
| HSL | 166.76º | 0.34% | 0.61% | - |
| HSV(B) | 166.76º | 0.36% | 0.74% | - |
| XYZ | 33.72 | 43.52 | 46.67 | - |
| YUV | 166.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 174 | 0.36 | 0 | 0.08 | 0.26 | 166.76 | 0.34 | 0.61 |
| Hex | 79 | BD | AE | 24 | 0 | 8 | 1A | A7 | 22 | 3D |
| Octal | 171 | 275 | 256 | 44 | 0 | 10 | 32 | 247 | 42 | 75 |
| Binary | 1111001 | 10111101 | 10101110 | 100100 | 0 | 1000 | 11010 | 10100111 | 100010 | 111101 |
Color Harmonies of #79BDAE
Complementary color
Monochromatic Colors of #79BDAE
Black with #79BDAE
Text Example
Text Example
White with #79BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BDAE; }
p { color: rgb(121,189,174); }
H1.HeaderClassName
{
color: #79BDAE;
}
.AnyTagClassName
{
color: #79BDAE;
}
</style>
background-color css
<style>
a { background-color: #79BDAE; }
a { background-color: rgb(121,189,174); }
div.DivClassName
{
background-color: #79BDAE;
}
.BgClassName
{
background-color: #79BDAE;
}
</style>
border-color css
<style>
span { border-color: #79BDAE; }
span { border-color: rgb(121,189,174); }
td.TdClassName
{
border-color: #79BDAE;
}
.TagClassName
{
border-color: #79BDAE;
}
</style>