Shades of Monte Carlo #7BCCBD
Tints of Monte Carlo #7BCCBD
RGB
CMYK
RGB Variations
Color information
#7BCCBD (or 0x7BCCBD) is known color: Monte Carlo. HEX triplet: 7B, CC and BD. RGB value is (123,204,189). Sum of RGB (Red+Green+Blue) = 123+204+189=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCBD is #843342. Grayscale: #B2B2B2. Windows color (decimal): -8663875 or 12438651. OLE color: 12438651.
HSL color Cylindrical-coordinate representation of color #7BCCBD: hue angle of 168.89º degrees, saturation: 0.44, 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 #7BCCBD is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 189 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.2 |
| HSL | 168.89º | 0.44% | 0.64% | - |
| HSV(B) | 168.89º | 0.4% | 0.8% | - |
| XYZ | 38.95 | 51.07 | 55.95 | - |
| YUV | 178.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 189 | 0.40 | 0 | 0.07 | 0.2 | 168.89 | 0.44 | 0.64 |
| Hex | 7B | CC | BD | 28 | 0 | 7 | 14 | A9 | 2C | 40 |
| Octal | 173 | 314 | 275 | 50 | 0 | 7 | 24 | 251 | 54 | 100 |
| Binary | 1111011 | 11001100 | 10111101 | 101000 | 0 | 111 | 10100 | 10101001 | 101100 | 1000000 |
Color Harmonies of #7BCCBD
Complementary color
Monochromatic Colors of #7BCCBD
Black with #7BCCBD
Text Example
Text Example
White with #7BCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCBD; }
p { color: rgb(123,204,189); }
H1.HeaderClassName
{
color: #7BCCBD;
}
.AnyTagClassName
{
color: #7BCCBD;
}
</style>
background-color css
<style>
a { background-color: #7BCCBD; }
a { background-color: rgb(123,204,189); }
div.DivClassName
{
background-color: #7BCCBD;
}
.BgClassName
{
background-color: #7BCCBD;
}
</style>
border-color css
<style>
span { border-color: #7BCCBD; }
span { border-color: rgb(123,204,189); }
td.TdClassName
{
border-color: #7BCCBD;
}
.TagClassName
{
border-color: #7BCCBD;
}
</style>