Shades of Monte Carlo #7CCDAB
Tints of Monte Carlo #7CCDAB
RGB
CMYK
RGB Variations
Color information
#7CCDAB (or 0x7CCDAB) is known color: Monte Carlo. HEX triplet: 7C, CD and AB. RGB value is (124,205,171). Sum of RGB (Red+Green+Blue) = 124+205+171=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCDAB is #833254. Grayscale: #B0B0B0. Windows color (decimal): -8598101 or 11259260. OLE color: 11259260.
HSL color Cylindrical-coordinate representation of color #7CCDAB: hue angle of 154.81º 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 #7CCDAB is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 171 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.20 |
| HSL | 154.81º | 0.45% | 0.65% | - |
| HSV(B) | 154.81º | 0.4% | 0.8% | - |
| XYZ | 37.49 | 50.89 | 46.37 | - |
| YUV | 176.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 171 | 0.40 | 0 | 0.17 | 0.20 | 154.81 | 0.45 | 0.65 |
| Hex | 7C | CD | AB | 28 | 0 | 11 | 14 | 9B | 2D | 41 |
| Octal | 174 | 315 | 253 | 50 | 0 | 21 | 24 | 233 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10101011 | 101000 | 0 | 10001 | 10100 | 10011011 | 101101 | 1000001 |
Color Harmonies of #7CCDAB
Complementary color
Monochromatic Colors of #7CCDAB
Black with #7CCDAB
Text Example
Text Example
White with #7CCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDAB; }
p { color: rgb(124,205,171); }
H1.HeaderClassName
{
color: #7CCDAB;
}
.AnyTagClassName
{
color: #7CCDAB;
}
</style>
background-color css
<style>
a { background-color: #7CCDAB; }
a { background-color: rgb(124,205,171); }
div.DivClassName
{
background-color: #7CCDAB;
}
.BgClassName
{
background-color: #7CCDAB;
}
</style>
border-color css
<style>
span { border-color: #7CCDAB; }
span { border-color: rgb(124,205,171); }
td.TdClassName
{
border-color: #7CCDAB;
}
.TagClassName
{
border-color: #7CCDAB;
}
</style>