Shades of Monte Carlo #7CC5B9
Tints of Monte Carlo #7CC5B9
RGB
CMYK
RGB Variations
Color information
#7CC5B9 (or 0x7CC5B9) is known color: Monte Carlo. HEX triplet: 7C, C5 and B9. RGB value is (124,197,185). Sum of RGB (Red+Green+Blue) = 124+197+185=506 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.51% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC5B9 is #833A46. Grayscale: #ADADAD. Windows color (decimal): -8600135 or 12174716. OLE color: 12174716.
HSL color Cylindrical-coordinate representation of color #7CC5B9: hue angle of 170.14º 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 #7CC5B9 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 185 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.23 |
| HSL | 170.14º | 0.39% | 0.63% | - |
| HSV(B) | 170.14º | 0.37% | 0.77% | - |
| XYZ | 37.04 | 47.72 | 53.16 | - |
| YUV | 173.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 185 | 0.37 | 0 | 0.06 | 0.23 | 170.14 | 0.39 | 0.63 |
| Hex | 7C | C5 | B9 | 25 | 0 | 6 | 17 | AA | 27 | 3F |
| Octal | 174 | 305 | 271 | 45 | 0 | 6 | 27 | 252 | 47 | 77 |
| Binary | 1111100 | 11000101 | 10111001 | 100101 | 0 | 110 | 10111 | 10101010 | 100111 | 111111 |
Color Harmonies of #7CC5B9
Complementary color
Monochromatic Colors of #7CC5B9
Black with #7CC5B9
Text Example
Text Example
White with #7CC5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC5B9; }
p { color: rgb(124,197,185); }
H1.HeaderClassName
{
color: #7CC5B9;
}
.AnyTagClassName
{
color: #7CC5B9;
}
</style>
background-color css
<style>
a { background-color: #7CC5B9; }
a { background-color: rgb(124,197,185); }
div.DivClassName
{
background-color: #7CC5B9;
}
.BgClassName
{
background-color: #7CC5B9;
}
</style>
border-color css
<style>
span { border-color: #7CC5B9; }
span { border-color: rgb(124,197,185); }
td.TdClassName
{
border-color: #7CC5B9;
}
.TagClassName
{
border-color: #7CC5B9;
}
</style>