Shades of Monte Carlo #79BFAE
Tints of Monte Carlo #79BFAE
RGB
CMYK
RGB Variations
Color information
#79BFAE (or 0x79BFAE) is known color: Monte Carlo. HEX triplet: 79, BF and AE. RGB value is (121,191,174). Sum of RGB (Red+Green+Blue) = 121+191+174=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #79BFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BFAE is #864051. Grayscale: #A8A8A8. Windows color (decimal): -8798290 or 11452281. OLE color: 11452281.
HSL color Cylindrical-coordinate representation of color #79BFAE: hue angle of 165.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79BFAE is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 191 | 174 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.25 |
| HSL | 165.43º | 0.35% | 0.61% | - |
| HSV(B) | 165.43º | 0.37% | 0.75% | - |
| XYZ | 34.16 | 44.38 | 46.81 | - |
| YUV | 168.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 191 | 174 | 0.37 | 0 | 0.09 | 0.25 | 165.43 | 0.35 | 0.61 |
| Hex | 79 | BF | AE | 25 | 0 | 9 | 19 | A5 | 23 | 3D |
| Octal | 171 | 277 | 256 | 45 | 0 | 11 | 31 | 245 | 43 | 75 |
| Binary | 1111001 | 10111111 | 10101110 | 100101 | 0 | 1001 | 11001 | 10100101 | 100011 | 111101 |
Color Harmonies of #79BFAE
Complementary color
Monochromatic Colors of #79BFAE
Black with #79BFAE
Text Example
Text Example
White with #79BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BFAE; }
p { color: rgb(121,191,174); }
H1.HeaderClassName
{
color: #79BFAE;
}
.AnyTagClassName
{
color: #79BFAE;
}
</style>
background-color css
<style>
a { background-color: #79BFAE; }
a { background-color: rgb(121,191,174); }
div.DivClassName
{
background-color: #79BFAE;
}
.BgClassName
{
background-color: #79BFAE;
}
</style>
border-color css
<style>
span { border-color: #79BFAE; }
span { border-color: rgb(121,191,174); }
td.TdClassName
{
border-color: #79BFAE;
}
.TagClassName
{
border-color: #79BFAE;
}
</style>