Shades of Monte Carlo #7CBDB7
Tints of Monte Carlo #7CBDB7
RGB
CMYK
RGB Variations
Color information
#7CBDB7 (or 0x7CBDB7) is known color: Monte Carlo. HEX triplet: 7C, BD and B7. RGB value is (124,189,183). Sum of RGB (Red+Green+Blue) = 124+189+183=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDB7 is #834248. Grayscale: #A8A8A8. Windows color (decimal): -8602185 or 12041596. OLE color: 12041596.
HSL color Cylindrical-coordinate representation of color #7CBDB7: hue angle of 174.46º 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 #7CBDB7 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 183 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.26 |
| HSL | 174.46º | 0.33% | 0.61% | - |
| HSV(B) | 174.46º | 0.34% | 0.74% | - |
| XYZ | 35.06 | 44.1 | 51.46 | - |
| YUV | 168.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 183 | 0.34 | 0 | 0.03 | 0.26 | 174.46 | 0.33 | 0.61 |
| Hex | 7C | BD | B7 | 22 | 0 | 3 | 1A | AE | 21 | 3D |
| Octal | 174 | 275 | 267 | 42 | 0 | 3 | 32 | 256 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10110111 | 100010 | 0 | 11 | 11010 | 10101110 | 100001 | 111101 |
Color Harmonies of #7CBDB7
Complementary color
Monochromatic Colors of #7CBDB7
Black with #7CBDB7
Text Example
Text Example
White with #7CBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBDB7; }
p { color: rgb(124,189,183); }
H1.HeaderClassName
{
color: #7CBDB7;
}
.AnyTagClassName
{
color: #7CBDB7;
}
</style>
background-color css
<style>
a { background-color: #7CBDB7; }
a { background-color: rgb(124,189,183); }
div.DivClassName
{
background-color: #7CBDB7;
}
.BgClassName
{
background-color: #7CBDB7;
}
</style>
border-color css
<style>
span { border-color: #7CBDB7; }
span { border-color: rgb(124,189,183); }
td.TdClassName
{
border-color: #7CBDB7;
}
.TagClassName
{
border-color: #7CBDB7;
}
</style>