Shades of Monte Carlo #7CC0BC
Tints of Monte Carlo #7CC0BC
RGB
CMYK
RGB Variations
Color information
#7CC0BC (or 0x7CC0BC) is known color: Monte Carlo. HEX triplet: 7C, C0 and BC. RGB value is (124,192,188). Sum of RGB (Red+Green+Blue) = 124+192+188=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0BC is #833F43. Grayscale: #ABABAB. Windows color (decimal): -8601412 or 12370044. OLE color: 12370044.
HSL color Cylindrical-coordinate representation of color #7CC0BC: hue angle of 176.47º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC0BC is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 188 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.25 |
| HSL | 176.47º | 0.35% | 0.62% | - |
| HSV(B) | 176.47º | 0.35% | 0.75% | - |
| XYZ | 36.24 | 45.62 | 54.47 | - |
| YUV | 171.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 188 | 0.35 | 0 | 0.02 | 0.25 | 176.47 | 0.35 | 0.62 |
| Hex | 7C | C0 | BC | 23 | 0 | 2 | 19 | B0 | 23 | 3E |
| Octal | 174 | 300 | 274 | 43 | 0 | 2 | 31 | 260 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10111100 | 100011 | 0 | 10 | 11001 | 10110000 | 100011 | 111110 |
Color Harmonies of #7CC0BC
Complementary color
Monochromatic Colors of #7CC0BC
Black with #7CC0BC
Text Example
Text Example
White with #7CC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC0BC; }
p { color: rgb(124,192,188); }
H1.HeaderClassName
{
color: #7CC0BC;
}
.AnyTagClassName
{
color: #7CC0BC;
}
</style>
background-color css
<style>
a { background-color: #7CC0BC; }
a { background-color: rgb(124,192,188); }
div.DivClassName
{
background-color: #7CC0BC;
}
.BgClassName
{
background-color: #7CC0BC;
}
</style>
border-color css
<style>
span { border-color: #7CC0BC; }
span { border-color: rgb(124,192,188); }
td.TdClassName
{
border-color: #7CC0BC;
}
.TagClassName
{
border-color: #7CC0BC;
}
</style>