Shades of Monte Carlo #7CCDBA
Tints of Monte Carlo #7CCDBA
RGB
CMYK
RGB Variations
Color information
#7CCDBA (or 0x7CCDBA) is known color: Monte Carlo. HEX triplet: 7C, CD and BA. RGB value is (124,205,186). Sum of RGB (Red+Green+Blue) = 124+205+186=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDBA is #833245. Grayscale: #B2B2B2. Windows color (decimal): -8598086 or 12242300. OLE color: 12242300.
HSL color Cylindrical-coordinate representation of color #7CCDBA: hue angle of 165.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDBA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 186 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.20 |
| HSL | 165.93º | 0.45% | 0.65% | - |
| HSV(B) | 165.93º | 0.4% | 0.8% | - |
| XYZ | 39.01 | 51.49 | 54.34 | - |
| YUV | 178.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 186 | 0.40 | 0 | 0.09 | 0.20 | 165.93 | 0.45 | 0.65 |
| Hex | 7C | CD | BA | 28 | 0 | 9 | 14 | A6 | 2D | 41 |
| Octal | 174 | 315 | 272 | 50 | 0 | 11 | 24 | 246 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10111010 | 101000 | 0 | 1001 | 10100 | 10100110 | 101101 | 1000001 |
Color Harmonies of #7CCDBA
Complementary color
Monochromatic Colors of #7CCDBA
Black with #7CCDBA
Text Example
Text Example
White with #7CCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDBA; }
p { color: rgb(124,205,186); }
H1.HeaderClassName
{
color: #7CCDBA;
}
.AnyTagClassName
{
color: #7CCDBA;
}
</style>
background-color css
<style>
a { background-color: #7CCDBA; }
a { background-color: rgb(124,205,186); }
div.DivClassName
{
background-color: #7CCDBA;
}
.BgClassName
{
background-color: #7CCDBA;
}
</style>
border-color css
<style>
span { border-color: #7CCDBA; }
span { border-color: rgb(124,205,186); }
td.TdClassName
{
border-color: #7CCDBA;
}
.TagClassName
{
border-color: #7CCDBA;
}
</style>