Shades of Monte Carlo #7CC2BC
Tints of Monte Carlo #7CC2BC
RGB
CMYK
RGB Variations
Color information
#7CC2BC (or 0x7CC2BC) is known color: Monte Carlo. HEX triplet: 7C, C2 and BC. RGB value is (124,194,188). Sum of RGB (Red+Green+Blue) = 124+194+188=506 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.51% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC2BC is #833D43. Grayscale: #ACACAC. Windows color (decimal): -8600900 or 12370556. OLE color: 12370556.
HSL color Cylindrical-coordinate representation of color #7CC2BC: hue angle of 174.86º 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 #7CC2BC is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 188 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.24 |
| HSL | 174.86º | 0.36% | 0.62% | - |
| HSV(B) | 174.86º | 0.36% | 0.76% | - |
| XYZ | 36.68 | 46.5 | 54.62 | - |
| YUV | 172.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 188 | 0.36 | 0 | 0.03 | 0.24 | 174.86 | 0.36 | 0.62 |
| Hex | 7C | C2 | BC | 24 | 0 | 3 | 18 | AF | 24 | 3E |
| Octal | 174 | 302 | 274 | 44 | 0 | 3 | 30 | 257 | 44 | 76 |
| Binary | 1111100 | 11000010 | 10111100 | 100100 | 0 | 11 | 11000 | 10101111 | 100100 | 111110 |
Color Harmonies of #7CC2BC
Complementary color
Monochromatic Colors of #7CC2BC
Black with #7CC2BC
Text Example
Text Example
White with #7CC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC2BC; }
p { color: rgb(124,194,188); }
H1.HeaderClassName
{
color: #7CC2BC;
}
.AnyTagClassName
{
color: #7CC2BC;
}
</style>
background-color css
<style>
a { background-color: #7CC2BC; }
a { background-color: rgb(124,194,188); }
div.DivClassName
{
background-color: #7CC2BC;
}
.BgClassName
{
background-color: #7CC2BC;
}
</style>
border-color css
<style>
span { border-color: #7CC2BC; }
span { border-color: rgb(124,194,188); }
td.TdClassName
{
border-color: #7CC2BC;
}
.TagClassName
{
border-color: #7CC2BC;
}
</style>