Shades of Monte Carlo #7CC1B1
Tints of Monte Carlo #7CC1B1
RGB
CMYK
RGB Variations
Color information
#7CC1B1 (or 0x7CC1B1) is known color: Monte Carlo. HEX triplet: 7C, C1 and B1. RGB value is (124,193,177). Sum of RGB (Red+Green+Blue) = 124+193+177=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC1B1 is #833E4E. Grayscale: #AAAAAA. Windows color (decimal): -8601167 or 11649404. OLE color: 11649404.
HSL color Cylindrical-coordinate representation of color #7CC1B1: hue angle of 166.09º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC1B1 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 193 | 177 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.24 |
| HSL | 166.09º | 0.36% | 0.62% | - |
| HSV(B) | 166.09º | 0.36% | 0.76% | - |
| XYZ | 35.32 | 45.6 | 48.54 | - |
| YUV | 170.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 177 | 0.36 | 0 | 0.08 | 0.24 | 166.09 | 0.36 | 0.62 |
| Hex | 7C | C1 | B1 | 24 | 0 | 8 | 18 | A6 | 24 | 3E |
| Octal | 174 | 301 | 261 | 44 | 0 | 10 | 30 | 246 | 44 | 76 |
| Binary | 1111100 | 11000001 | 10110001 | 100100 | 0 | 1000 | 11000 | 10100110 | 100100 | 111110 |
Color Harmonies of #7CC1B1
Complementary color
Monochromatic Colors of #7CC1B1
Black with #7CC1B1
Text Example
Text Example
White with #7CC1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC1B1; }
p { color: rgb(124,193,177); }
H1.HeaderClassName
{
color: #7CC1B1;
}
.AnyTagClassName
{
color: #7CC1B1;
}
</style>
background-color css
<style>
a { background-color: #7CC1B1; }
a { background-color: rgb(124,193,177); }
div.DivClassName
{
background-color: #7CC1B1;
}
.BgClassName
{
background-color: #7CC1B1;
}
</style>
border-color css
<style>
span { border-color: #7CC1B1; }
span { border-color: rgb(124,193,177); }
td.TdClassName
{
border-color: #7CC1B1;
}
.TagClassName
{
border-color: #7CC1B1;
}
</style>