Shades of Monte Carlo #7CBCBB
Tints of Monte Carlo #7CBCBB
RGB
CMYK
RGB Variations
Color information
#7CBCBB (or 0x7CBCBB) is known color: Monte Carlo. HEX triplet: 7C, BC and BB. RGB value is (124,188,187). Sum of RGB (Red+Green+Blue) = 124+188+187=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCBB is #834344. Grayscale: #A8A8A8. Windows color (decimal): -8602437 or 12303484. OLE color: 12303484.
HSL color Cylindrical-coordinate representation of color #7CBCBB: hue angle of 179.06º 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 #7CBCBB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 187 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.26 |
| HSL | 179.06º | 0.32% | 0.61% | - |
| HSV(B) | 179.06º | 0.34% | 0.74% | - |
| XYZ | 35.27 | 43.84 | 53.62 | - |
| YUV | 168.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 187 | 0.34 | 0 | 0.01 | 0.26 | 179.06 | 0.32 | 0.61 |
| Hex | 7C | BC | BB | 22 | 0 | 1 | 1A | B3 | 20 | 3D |
| Octal | 174 | 274 | 273 | 42 | 0 | 1 | 32 | 263 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10111011 | 100010 | 0 | 1 | 11010 | 10110011 | 100000 | 111101 |
Color Harmonies of #7CBCBB
Complementary color
Monochromatic Colors of #7CBCBB
Black with #7CBCBB
Text Example
Text Example
White with #7CBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCBB; }
p { color: rgb(124,188,187); }
H1.HeaderClassName
{
color: #7CBCBB;
}
.AnyTagClassName
{
color: #7CBCBB;
}
</style>
background-color css
<style>
a { background-color: #7CBCBB; }
a { background-color: rgb(124,188,187); }
div.DivClassName
{
background-color: #7CBCBB;
}
.BgClassName
{
background-color: #7CBCBB;
}
</style>
border-color css
<style>
span { border-color: #7CBCBB; }
span { border-color: rgb(124,188,187); }
td.TdClassName
{
border-color: #7CBCBB;
}
.TagClassName
{
border-color: #7CBCBB;
}
</style>