Shades of Monte Carlo #7CC0BA
Tints of Monte Carlo #7CC0BA
RGB
CMYK
RGB Variations
Color information
#7CC0BA (or 0x7CC0BA) is known color: Monte Carlo. HEX triplet: 7C, C0 and BA. RGB value is (124,192,186). Sum of RGB (Red+Green+Blue) = 124+192+186=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0BA is #833F45. Grayscale: #AAAAAA. Windows color (decimal): -8601414 or 12238972. OLE color: 12238972.
HSL color Cylindrical-coordinate representation of color #7CC0BA: hue angle of 174.71º 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 #7CC0BA is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 186 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.25 |
| HSL | 174.71º | 0.35% | 0.62% | - |
| HSV(B) | 174.71º | 0.35% | 0.75% | - |
| XYZ | 36.02 | 45.53 | 53.34 | - |
| YUV | 170.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 186 | 0.35 | 0 | 0.03 | 0.25 | 174.71 | 0.35 | 0.62 |
| Hex | 7C | C0 | BA | 23 | 0 | 3 | 19 | AF | 23 | 3E |
| Octal | 174 | 300 | 272 | 43 | 0 | 3 | 31 | 257 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10111010 | 100011 | 0 | 11 | 11001 | 10101111 | 100011 | 111110 |
Color Harmonies of #7CC0BA
Complementary color
Monochromatic Colors of #7CC0BA
Black with #7CC0BA
Text Example
Text Example
White with #7CC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC0BA; }
p { color: rgb(124,192,186); }
H1.HeaderClassName
{
color: #7CC0BA;
}
.AnyTagClassName
{
color: #7CC0BA;
}
</style>
background-color css
<style>
a { background-color: #7CC0BA; }
a { background-color: rgb(124,192,186); }
div.DivClassName
{
background-color: #7CC0BA;
}
.BgClassName
{
background-color: #7CC0BA;
}
</style>
border-color css
<style>
span { border-color: #7CC0BA; }
span { border-color: rgb(124,192,186); }
td.TdClassName
{
border-color: #7CC0BA;
}
.TagClassName
{
border-color: #7CC0BA;
}
</style>