Shades of Monte Carlo #7CBBB5
Tints of Monte Carlo #7CBBB5
RGB
CMYK
RGB Variations
Color information
#7CBBB5 (or 0x7CBBB5) is known color: Monte Carlo. HEX triplet: 7C, BB and B5. RGB value is (124,187,181). Sum of RGB (Red+Green+Blue) = 124+187+181=492 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.20% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBBB5 is #83444A. Grayscale: #A7A7A7. Windows color (decimal): -8602699 or 11910012. OLE color: 11910012.
HSL color Cylindrical-coordinate representation of color #7CBBB5: hue angle of 174.29º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBBB5 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 181 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.27 |
| HSL | 174.29º | 0.32% | 0.61% | - |
| HSV(B) | 174.29º | 0.34% | 0.73% | - |
| XYZ | 34.42 | 43.16 | 50.23 | - |
| YUV | 167.48 | 135.63 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 181 | 0.34 | 0 | 0.03 | 0.27 | 174.29 | 0.32 | 0.61 |
| Hex | 7C | BB | B5 | 22 | 0 | 3 | 1B | AE | 20 | 3D |
| Octal | 174 | 273 | 265 | 42 | 0 | 3 | 33 | 256 | 40 | 75 |
| Binary | 1111100 | 10111011 | 10110101 | 100010 | 0 | 11 | 11011 | 10101110 | 100000 | 111101 |
Color Harmonies of #7CBBB5
Complementary color
Monochromatic Colors of #7CBBB5
Black with #7CBBB5
Text Example
Text Example
White with #7CBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBBB5; }
p { color: rgb(124,187,181); }
H1.HeaderClassName
{
color: #7CBBB5;
}
.AnyTagClassName
{
color: #7CBBB5;
}
</style>
background-color css
<style>
a { background-color: #7CBBB5; }
a { background-color: rgb(124,187,181); }
div.DivClassName
{
background-color: #7CBBB5;
}
.BgClassName
{
background-color: #7CBBB5;
}
</style>
border-color css
<style>
span { border-color: #7CBBB5; }
span { border-color: rgb(124,187,181); }
td.TdClassName
{
border-color: #7CBBB5;
}
.TagClassName
{
border-color: #7CBBB5;
}
</style>