Shades of Monte Carlo #7BCDBC
Tints of Monte Carlo #7BCDBC
RGB
CMYK
RGB Variations
Color information
#7BCDBC (or 0x7BCDBC) is known color: Monte Carlo. HEX triplet: 7B, CD and BC. RGB value is (123,205,188). Sum of RGB (Red+Green+Blue) = 123+205+188=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDBC is #843243. Grayscale: #B2B2B2. Windows color (decimal): -8663620 or 12373371. OLE color: 12373371.
HSL color Cylindrical-coordinate representation of color #7BCDBC: hue angle of 167.56º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDBC is Cyan = 0.4, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 188 | - |
| CMYK | 0.4 | 0 | 0.08 | 0.20 |
| HSL | 167.56º | 0.45% | 0.64% | - |
| HSV(B) | 167.56º | 0.4% | 0.8% | - |
| XYZ | 39.08 | 51.5 | 55.46 | - |
| YUV | 178.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 188 | 0.4 | 0 | 0.08 | 0.20 | 167.56 | 0.45 | 0.64 |
| Hex | 7B | CD | BC | 28 | 0 | 8 | 14 | A8 | 2D | 40 |
| Octal | 173 | 315 | 274 | 50 | 0 | 10 | 24 | 250 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10111100 | 101000 | 0 | 1000 | 10100 | 10101000 | 101101 | 1000000 |
Color Harmonies of #7BCDBC
Complementary color
Monochromatic Colors of #7BCDBC
Black with #7BCDBC
Text Example
Text Example
White with #7BCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDBC; }
p { color: rgb(123,205,188); }
H1.HeaderClassName
{
color: #7BCDBC;
}
.AnyTagClassName
{
color: #7BCDBC;
}
</style>
background-color css
<style>
a { background-color: #7BCDBC; }
a { background-color: rgb(123,205,188); }
div.DivClassName
{
background-color: #7BCDBC;
}
.BgClassName
{
background-color: #7BCDBC;
}
</style>
border-color css
<style>
span { border-color: #7BCDBC; }
span { border-color: rgb(123,205,188); }
td.TdClassName
{
border-color: #7BCDBC;
}
.TagClassName
{
border-color: #7BCDBC;
}
</style>