Shades of Monte Carlo #7CCFAC
Tints of Monte Carlo #7CCFAC
RGB
CMYK
RGB Variations
Color information
#7CCFAC (or 0x7CCFAC) is known color: Monte Carlo. HEX triplet: 7C, CF and AC. RGB value is (124,207,172). Sum of RGB (Red+Green+Blue) = 124+207+172=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCFAC is #833053. Grayscale: #B2B2B2. Windows color (decimal): -8597588 or 11325308. OLE color: 11325308.
HSL color Cylindrical-coordinate representation of color #7CCFAC: hue angle of 154.7º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCFAC is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 172 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.19 |
| HSL | 154.7º | 0.46% | 0.65% | - |
| HSV(B) | 154.7º | 0.4% | 0.81% | - |
| XYZ | 38.07 | 51.89 | 47.04 | - |
| YUV | 178.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 172 | 0.40 | 0 | 0.17 | 0.19 | 154.7 | 0.46 | 0.65 |
| Hex | 7C | CF | AC | 28 | 0 | 11 | 13 | 9B | 2E | 41 |
| Octal | 174 | 317 | 254 | 50 | 0 | 21 | 23 | 233 | 56 | 101 |
| Binary | 1111100 | 11001111 | 10101100 | 101000 | 0 | 10001 | 10011 | 10011011 | 101110 | 1000001 |
Color Harmonies of #7CCFAC
Complementary color
Monochromatic Colors of #7CCFAC
Black with #7CCFAC
Text Example
Text Example
White with #7CCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFAC; }
p { color: rgb(124,207,172); }
H1.HeaderClassName
{
color: #7CCFAC;
}
.AnyTagClassName
{
color: #7CCFAC;
}
</style>
background-color css
<style>
a { background-color: #7CCFAC; }
a { background-color: rgb(124,207,172); }
div.DivClassName
{
background-color: #7CCFAC;
}
.BgClassName
{
background-color: #7CCFAC;
}
</style>
border-color css
<style>
span { border-color: #7CCFAC; }
span { border-color: rgb(124,207,172); }
td.TdClassName
{
border-color: #7CCFAC;
}
.TagClassName
{
border-color: #7CCFAC;
}
</style>