Shades of Monte Carlo #7CC5BE
Tints of Monte Carlo #7CC5BE
RGB
CMYK
RGB Variations
Color information
#7CC5BE (or 0x7CC5BE) is known color: Monte Carlo. HEX triplet: 7C, C5 and BE. RGB value is (124,197,190). Sum of RGB (Red+Green+Blue) = 124+197+190=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5BE is #833A41. Grayscale: #AEAEAE. Windows color (decimal): -8600130 or 12502396. OLE color: 12502396.
HSL color Cylindrical-coordinate representation of color #7CC5BE: hue angle of 174.25º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC5BE is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 190 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.23 |
| HSL | 174.25º | 0.39% | 0.63% | - |
| HSV(B) | 174.25º | 0.37% | 0.77% | - |
| XYZ | 37.57 | 47.94 | 55.99 | - |
| YUV | 174.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 190 | 0.37 | 0 | 0.04 | 0.23 | 174.25 | 0.39 | 0.63 |
| Hex | 7C | C5 | BE | 25 | 0 | 4 | 17 | AE | 27 | 3F |
| Octal | 174 | 305 | 276 | 45 | 0 | 4 | 27 | 256 | 47 | 77 |
| Binary | 1111100 | 11000101 | 10111110 | 100101 | 0 | 100 | 10111 | 10101110 | 100111 | 111111 |
Color Harmonies of #7CC5BE
Complementary color
Monochromatic Colors of #7CC5BE
Black with #7CC5BE
Text Example
Text Example
White with #7CC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC5BE; }
p { color: rgb(124,197,190); }
H1.HeaderClassName
{
color: #7CC5BE;
}
.AnyTagClassName
{
color: #7CC5BE;
}
</style>
background-color css
<style>
a { background-color: #7CC5BE; }
a { background-color: rgb(124,197,190); }
div.DivClassName
{
background-color: #7CC5BE;
}
.BgClassName
{
background-color: #7CC5BE;
}
</style>
border-color css
<style>
span { border-color: #7CC5BE; }
span { border-color: rgb(124,197,190); }
td.TdClassName
{
border-color: #7CC5BE;
}
.TagClassName
{
border-color: #7CC5BE;
}
</style>