Shades of Monte Carlo #7CBCB5
Tints of Monte Carlo #7CBCB5
RGB
CMYK
RGB Variations
Color information
#7CBCB5 (or 0x7CBCB5) is known color: Monte Carlo. HEX triplet: 7C, BC and B5. RGB value is (124,188,181). Sum of RGB (Red+Green+Blue) = 124+188+181=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCB5 is #83434A. Grayscale: #A8A8A8. Windows color (decimal): -8602443 or 11910268. OLE color: 11910268.
HSL color Cylindrical-coordinate representation of color #7CBCB5: hue angle of 173.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBCB5 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 181 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.26 |
| HSL | 173.44º | 0.32% | 0.61% | - |
| HSV(B) | 173.44º | 0.34% | 0.74% | - |
| XYZ | 34.64 | 43.59 | 50.3 | - |
| YUV | 168.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 181 | 0.34 | 0 | 0.04 | 0.26 | 173.44 | 0.32 | 0.61 |
| Hex | 7C | BC | B5 | 22 | 0 | 4 | 1A | AD | 20 | 3D |
| Octal | 174 | 274 | 265 | 42 | 0 | 4 | 32 | 255 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10110101 | 100010 | 0 | 100 | 11010 | 10101101 | 100000 | 111101 |
Color Harmonies of #7CBCB5
Complementary color
Monochromatic Colors of #7CBCB5
Black with #7CBCB5
Text Example
Text Example
White with #7CBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCB5; }
p { color: rgb(124,188,181); }
H1.HeaderClassName
{
color: #7CBCB5;
}
.AnyTagClassName
{
color: #7CBCB5;
}
</style>
background-color css
<style>
a { background-color: #7CBCB5; }
a { background-color: rgb(124,188,181); }
div.DivClassName
{
background-color: #7CBCB5;
}
.BgClassName
{
background-color: #7CBCB5;
}
</style>
border-color css
<style>
span { border-color: #7CBCB5; }
span { border-color: rgb(124,188,181); }
td.TdClassName
{
border-color: #7CBCB5;
}
.TagClassName
{
border-color: #7CBCB5;
}
</style>