Shades of Monte Carlo #7CC5B7
Tints of Monte Carlo #7CC5B7
RGB
CMYK
RGB Variations
Color information
#7CC5B7 (or 0x7CC5B7) is known color: Monte Carlo. HEX triplet: 7C, C5 and B7. RGB value is (124,197,183). Sum of RGB (Red+Green+Blue) = 124+197+183=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5B7 is #833A48. Grayscale: #ADADAD. Windows color (decimal): -8600137 or 12043644. OLE color: 12043644.
HSL color Cylindrical-coordinate representation of color #7CC5B7: hue angle of 168.49º 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 #7CC5B7 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 183 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.23 |
| HSL | 168.49º | 0.39% | 0.63% | - |
| HSV(B) | 168.49º | 0.37% | 0.77% | - |
| XYZ | 36.83 | 47.64 | 52.05 | - |
| YUV | 173.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 183 | 0.37 | 0 | 0.07 | 0.23 | 168.49 | 0.39 | 0.63 |
| Hex | 7C | C5 | B7 | 25 | 0 | 7 | 17 | A8 | 27 | 3F |
| Octal | 174 | 305 | 267 | 45 | 0 | 7 | 27 | 250 | 47 | 77 |
| Binary | 1111100 | 11000101 | 10110111 | 100101 | 0 | 111 | 10111 | 10101000 | 100111 | 111111 |
Color Harmonies of #7CC5B7
Complementary color
Monochromatic Colors of #7CC5B7
Black with #7CC5B7
Text Example
Text Example
White with #7CC5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC5B7; }
p { color: rgb(124,197,183); }
H1.HeaderClassName
{
color: #7CC5B7;
}
.AnyTagClassName
{
color: #7CC5B7;
}
</style>
background-color css
<style>
a { background-color: #7CC5B7; }
a { background-color: rgb(124,197,183); }
div.DivClassName
{
background-color: #7CC5B7;
}
.BgClassName
{
background-color: #7CC5B7;
}
</style>
border-color css
<style>
span { border-color: #7CC5B7; }
span { border-color: rgb(124,197,183); }
td.TdClassName
{
border-color: #7CC5B7;
}
.TagClassName
{
border-color: #7CC5B7;
}
</style>