Shades of Monte Carlo #7CC1AC
Tints of Monte Carlo #7CC1AC
RGB
CMYK
RGB Variations
Color information
#7CC1AC (or 0x7CC1AC) is known color: Monte Carlo. HEX triplet: 7C, C1 and AC. RGB value is (124,193,172). Sum of RGB (Red+Green+Blue) = 124+193+172=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC1AC is #833E53. Grayscale: #A9A9A9. Windows color (decimal): -8601172 or 11321724. OLE color: 11321724.
HSL color Cylindrical-coordinate representation of color #7CC1AC: hue angle of 161.74º 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 #7CC1AC is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 172 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.24 |
| HSL | 161.74º | 0.36% | 0.62% | - |
| HSV(B) | 161.74º | 0.36% | 0.76% | - |
| XYZ | 34.83 | 45.4 | 45.96 | - |
| YUV | 169.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 172 | 0.36 | 0 | 0.11 | 0.24 | 161.74 | 0.36 | 0.62 |
| Hex | 7C | C1 | AC | 24 | 0 | B | 18 | A2 | 24 | 3E |
| Octal | 174 | 301 | 254 | 44 | 0 | 13 | 30 | 242 | 44 | 76 |
| Binary | 1111100 | 11000001 | 10101100 | 100100 | 0 | 1011 | 11000 | 10100010 | 100100 | 111110 |
Color Harmonies of #7CC1AC
Complementary color
Monochromatic Colors of #7CC1AC
Black with #7CC1AC
Text Example
Text Example
White with #7CC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC1AC; }
p { color: rgb(124,193,172); }
H1.HeaderClassName
{
color: #7CC1AC;
}
.AnyTagClassName
{
color: #7CC1AC;
}
</style>
background-color css
<style>
a { background-color: #7CC1AC; }
a { background-color: rgb(124,193,172); }
div.DivClassName
{
background-color: #7CC1AC;
}
.BgClassName
{
background-color: #7CC1AC;
}
</style>
border-color css
<style>
span { border-color: #7CC1AC; }
span { border-color: rgb(124,193,172); }
td.TdClassName
{
border-color: #7CC1AC;
}
.TagClassName
{
border-color: #7CC1AC;
}
</style>