Shades of Monte Carlo #7CC1AD
Tints of Monte Carlo #7CC1AD
RGB
CMYK
RGB Variations
Color information
#7CC1AD (or 0x7CC1AD) is known color: Monte Carlo. HEX triplet: 7C, C1 and AD. RGB value is (124,193,173). Sum of RGB (Red+Green+Blue) = 124+193+173=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC1AD is #833E52. Grayscale: #AAAAAA. Windows color (decimal): -8601171 or 11387260. OLE color: 11387260.
HSL color Cylindrical-coordinate representation of color #7CC1AD: hue angle of 162.61º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC1AD is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 173 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.24 |
| HSL | 162.61º | 0.36% | 0.62% | - |
| HSV(B) | 162.61º | 0.36% | 0.76% | - |
| XYZ | 34.92 | 45.44 | 46.47 | - |
| YUV | 170.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 173 | 0.36 | 0 | 0.10 | 0.24 | 162.61 | 0.36 | 0.62 |
| Hex | 7C | C1 | AD | 24 | 0 | A | 18 | A3 | 24 | 3E |
| Octal | 174 | 301 | 255 | 44 | 0 | 12 | 30 | 243 | 44 | 76 |
| Binary | 1111100 | 11000001 | 10101101 | 100100 | 0 | 1010 | 11000 | 10100011 | 100100 | 111110 |
Color Harmonies of #7CC1AD
Complementary color
Monochromatic Colors of #7CC1AD
Black with #7CC1AD
Text Example
Text Example
White with #7CC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC1AD; }
p { color: rgb(124,193,173); }
H1.HeaderClassName
{
color: #7CC1AD;
}
.AnyTagClassName
{
color: #7CC1AD;
}
</style>
background-color css
<style>
a { background-color: #7CC1AD; }
a { background-color: rgb(124,193,173); }
div.DivClassName
{
background-color: #7CC1AD;
}
.BgClassName
{
background-color: #7CC1AD;
}
</style>
border-color css
<style>
span { border-color: #7CC1AD; }
span { border-color: rgb(124,193,173); }
td.TdClassName
{
border-color: #7CC1AD;
}
.TagClassName
{
border-color: #7CC1AD;
}
</style>