Shades of Monte Carlo #7CCCAC
Tints of Monte Carlo #7CCCAC
RGB
CMYK
RGB Variations
Color information
#7CCCAC (or 0x7CCCAC) is known color: Monte Carlo. HEX triplet: 7C, CC and AC. RGB value is (124,204,172). Sum of RGB (Red+Green+Blue) = 124+204+172=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCAC is #833353. Grayscale: #B0B0B0. Windows color (decimal): -8598356 or 11324540. OLE color: 11324540.
HSL color Cylindrical-coordinate representation of color #7CCCAC: hue angle of 156º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCAC is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 172 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.2 |
| HSL | 156º | 0.44% | 0.64% | - |
| HSV(B) | 156º | 0.39% | 0.8% | - |
| XYZ | 37.35 | 50.45 | 46.8 | - |
| YUV | 176.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 172 | 0.39 | 0 | 0.16 | 0.2 | 156 | 0.44 | 0.64 |
| Hex | 7C | CC | AC | 27 | 0 | 10 | 14 | 9C | 2C | 40 |
| Octal | 174 | 314 | 254 | 47 | 0 | 20 | 24 | 234 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10101100 | 100111 | 0 | 10000 | 10100 | 10011100 | 101100 | 1000000 |
Color Harmonies of #7CCCAC
Complementary color
Monochromatic Colors of #7CCCAC
Black with #7CCCAC
Text Example
Text Example
White with #7CCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCAC; }
p { color: rgb(124,204,172); }
H1.HeaderClassName
{
color: #7CCCAC;
}
.AnyTagClassName
{
color: #7CCCAC;
}
</style>
background-color css
<style>
a { background-color: #7CCCAC; }
a { background-color: rgb(124,204,172); }
div.DivClassName
{
background-color: #7CCCAC;
}
.BgClassName
{
background-color: #7CCCAC;
}
</style>
border-color css
<style>
span { border-color: #7CCCAC; }
span { border-color: rgb(124,204,172); }
td.TdClassName
{
border-color: #7CCCAC;
}
.TagClassName
{
border-color: #7CCCAC;
}
</style>