Shades of Monte Carlo #7CBDBB
Tints of Monte Carlo #7CBDBB
RGB
CMYK
RGB Variations
Color information
#7CBDBB (or 0x7CBDBB) is known color: Monte Carlo. HEX triplet: 7C, BD and BB. RGB value is (124,189,187). Sum of RGB (Red+Green+Blue) = 124+189+187=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDBB is #834244. Grayscale: #A9A9A9. Windows color (decimal): -8602181 or 12303740. OLE color: 12303740.
HSL color Cylindrical-coordinate representation of color #7CBDBB: hue angle of 178.15º degrees, saturation: 0.33, 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 #7CBDBB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 187 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.26 |
| HSL | 178.15º | 0.33% | 0.61% | - |
| HSV(B) | 178.15º | 0.34% | 0.74% | - |
| XYZ | 35.48 | 44.27 | 53.69 | - |
| YUV | 169.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 187 | 0.34 | 0 | 0.01 | 0.26 | 178.15 | 0.33 | 0.61 |
| Hex | 7C | BD | BB | 22 | 0 | 1 | 1A | B2 | 21 | 3D |
| Octal | 174 | 275 | 273 | 42 | 0 | 1 | 32 | 262 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10111011 | 100010 | 0 | 1 | 11010 | 10110010 | 100001 | 111101 |
Color Harmonies of #7CBDBB
Complementary color
Monochromatic Colors of #7CBDBB
Black with #7CBDBB
Text Example
Text Example
White with #7CBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDBB; }
p { color: rgb(124,189,187); }
H1.HeaderClassName
{
color: #7CBDBB;
}
.AnyTagClassName
{
color: #7CBDBB;
}
</style>
background-color css
<style>
a { background-color: #7CBDBB; }
a { background-color: rgb(124,189,187); }
div.DivClassName
{
background-color: #7CBDBB;
}
.BgClassName
{
background-color: #7CBDBB;
}
</style>
border-color css
<style>
span { border-color: #7CBDBB; }
span { border-color: rgb(124,189,187); }
td.TdClassName
{
border-color: #7CBDBB;
}
.TagClassName
{
border-color: #7CBDBB;
}
</style>