Shades of Monte Carlo #7CC0AD
Tints of Monte Carlo #7CC0AD
RGB
CMYK
RGB Variations
Color information
#7CC0AD (or 0x7CC0AD) is known color: Monte Carlo. HEX triplet: 7C, C0 and AD. RGB value is (124,192,173). Sum of RGB (Red+Green+Blue) = 124+192+173=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC0AD is #833F52. Grayscale: #A9A9A9. Windows color (decimal): -8601427 or 11387004. OLE color: 11387004.
HSL color Cylindrical-coordinate representation of color #7CC0AD: hue angle of 163.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC0AD is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 173 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.25 |
| HSL | 163.24º | 0.35% | 0.62% | - |
| HSV(B) | 163.24º | 0.35% | 0.75% | - |
| XYZ | 34.7 | 45 | 46.39 | - |
| YUV | 169.5 | 129.97 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 173 | 0.35 | 0 | 0.10 | 0.25 | 163.24 | 0.35 | 0.62 |
| Hex | 7C | C0 | AD | 23 | 0 | A | 19 | A3 | 23 | 3E |
| Octal | 174 | 300 | 255 | 43 | 0 | 12 | 31 | 243 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10101101 | 100011 | 0 | 1010 | 11001 | 10100011 | 100011 | 111110 |
Color Harmonies of #7CC0AD
Complementary color
Monochromatic Colors of #7CC0AD
Black with #7CC0AD
Text Example
Text Example
White with #7CC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC0AD; }
p { color: rgb(124,192,173); }
H1.HeaderClassName
{
color: #7CC0AD;
}
.AnyTagClassName
{
color: #7CC0AD;
}
</style>
background-color css
<style>
a { background-color: #7CC0AD; }
a { background-color: rgb(124,192,173); }
div.DivClassName
{
background-color: #7CC0AD;
}
.BgClassName
{
background-color: #7CC0AD;
}
</style>
border-color css
<style>
span { border-color: #7CC0AD; }
span { border-color: rgb(124,192,173); }
td.TdClassName
{
border-color: #7CC0AD;
}
.TagClassName
{
border-color: #7CC0AD;
}
</style>