Shades of Monte Carlo #7CCCBB
Tints of Monte Carlo #7CCCBB
RGB
CMYK
RGB Variations
Color information
#7CCCBB (or 0x7CCCBB) is known color: Monte Carlo. HEX triplet: 7C, CC and BB. RGB value is (124,204,187). Sum of RGB (Red+Green+Blue) = 124+204+187=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCBB is #833344. Grayscale: #B2B2B2. Windows color (decimal): -8598341 or 12307580. OLE color: 12307580.
HSL color Cylindrical-coordinate representation of color #7CCCBB: hue angle of 167.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCBB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 187 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.2 |
| HSL | 167.25º | 0.44% | 0.64% | - |
| HSV(B) | 167.25º | 0.39% | 0.8% | - |
| XYZ | 38.87 | 51.06 | 54.82 | - |
| YUV | 178.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 187 | 0.39 | 0 | 0.08 | 0.2 | 167.25 | 0.44 | 0.64 |
| Hex | 7C | CC | BB | 27 | 0 | 8 | 14 | A7 | 2C | 40 |
| Octal | 174 | 314 | 273 | 47 | 0 | 10 | 24 | 247 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10111011 | 100111 | 0 | 1000 | 10100 | 10100111 | 101100 | 1000000 |
Color Harmonies of #7CCCBB
Complementary color
Monochromatic Colors of #7CCCBB
Black with #7CCCBB
Text Example
Text Example
White with #7CCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCBB; }
p { color: rgb(124,204,187); }
H1.HeaderClassName
{
color: #7CCCBB;
}
.AnyTagClassName
{
color: #7CCCBB;
}
</style>
background-color css
<style>
a { background-color: #7CCCBB; }
a { background-color: rgb(124,204,187); }
div.DivClassName
{
background-color: #7CCCBB;
}
.BgClassName
{
background-color: #7CCCBB;
}
</style>
border-color css
<style>
span { border-color: #7CCCBB; }
span { border-color: rgb(124,204,187); }
td.TdClassName
{
border-color: #7CCCBB;
}
.TagClassName
{
border-color: #7CCCBB;
}
</style>