Shades of Monte Carlo #7FC0AD
Tints of Monte Carlo #7FC0AD
RGB
CMYK
RGB Variations
Color information
#7FC0AD (or 0x7FC0AD) is known color: Monte Carlo. HEX triplet: 7F, C0 and AD. RGB value is (127,192,173). Sum of RGB (Red+Green+Blue) = 127+192+173=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC0AD is #803F52. Grayscale: #AAAAAA. Windows color (decimal): -8404819 or 11387007. OLE color: 11387007.
HSL color Cylindrical-coordinate representation of color #7FC0AD: hue angle of 162.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC0AD is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 173 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.25 |
| HSL | 162.46º | 0.34% | 0.63% | - |
| HSV(B) | 162.46º | 0.34% | 0.75% | - |
| XYZ | 35.14 | 45.23 | 46.41 | - |
| YUV | 170.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 173 | 0.34 | 0 | 0.10 | 0.25 | 162.46 | 0.34 | 0.63 |
| Hex | 7F | C0 | AD | 22 | 0 | A | 19 | A2 | 22 | 3F |
| Octal | 177 | 300 | 255 | 42 | 0 | 12 | 31 | 242 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10101101 | 100010 | 0 | 1010 | 11001 | 10100010 | 100010 | 111111 |
Color Harmonies of #7FC0AD
Complementary color
Monochromatic Colors of #7FC0AD
Black with #7FC0AD
Text Example
Text Example
White with #7FC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0AD; }
p { color: rgb(127,192,173); }
H1.HeaderClassName
{
color: #7FC0AD;
}
.AnyTagClassName
{
color: #7FC0AD;
}
</style>
background-color css
<style>
a { background-color: #7FC0AD; }
a { background-color: rgb(127,192,173); }
div.DivClassName
{
background-color: #7FC0AD;
}
.BgClassName
{
background-color: #7FC0AD;
}
</style>
border-color css
<style>
span { border-color: #7FC0AD; }
span { border-color: rgb(127,192,173); }
td.TdClassName
{
border-color: #7FC0AD;
}
.TagClassName
{
border-color: #7FC0AD;
}
</style>