Shades of Monte Carlo #7CBCB2
Tints of Monte Carlo #7CBCB2
RGB
CMYK
RGB Variations
Color information
#7CBCB2 (or 0x7CBCB2) is known color: Monte Carlo. HEX triplet: 7C, BC and B2. RGB value is (124,188,178). Sum of RGB (Red+Green+Blue) = 124+188+178=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBCB2 is #83434D. Grayscale: #A7A7A7. Windows color (decimal): -8602446 or 11713660. OLE color: 11713660.
HSL color Cylindrical-coordinate representation of color #7CBCB2: hue angle of 170.62º 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 #7CBCB2 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 178 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.26 |
| HSL | 170.63º | 0.32% | 0.61% | - |
| HSV(B) | 170.63º | 0.34% | 0.74% | - |
| XYZ | 34.33 | 43.47 | 48.7 | - |
| YUV | 167.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 178 | 0.34 | 0 | 0.05 | 0.26 | 170.63 | 0.32 | 0.61 |
| Hex | 7C | BC | B2 | 22 | 0 | 5 | 1A | AB | 20 | 3D |
| Octal | 174 | 274 | 262 | 42 | 0 | 5 | 32 | 253 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10110010 | 100010 | 0 | 101 | 11010 | 10101011 | 100000 | 111101 |
Color Harmonies of #7CBCB2
Complementary color
Monochromatic Colors of #7CBCB2
Black with #7CBCB2
Text Example
Text Example
White with #7CBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBCB2; }
p { color: rgb(124,188,178); }
H1.HeaderClassName
{
color: #7CBCB2;
}
.AnyTagClassName
{
color: #7CBCB2;
}
</style>
background-color css
<style>
a { background-color: #7CBCB2; }
a { background-color: rgb(124,188,178); }
div.DivClassName
{
background-color: #7CBCB2;
}
.BgClassName
{
background-color: #7CBCB2;
}
</style>
border-color css
<style>
span { border-color: #7CBCB2; }
span { border-color: rgb(124,188,178); }
td.TdClassName
{
border-color: #7CBCB2;
}
.TagClassName
{
border-color: #7CBCB2;
}
</style>