Shades of Monte Carlo #7BC2B1
Tints of Monte Carlo #7BC2B1
RGB
CMYK
RGB Variations
Color information
#7BC2B1 (or 0x7BC2B1) is known color: Monte Carlo. HEX triplet: 7B, C2 and B1. RGB value is (123,194,177). Sum of RGB (Red+Green+Blue) = 123+194+177=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC2B1 is #843D4E. Grayscale: #AAAAAA. Windows color (decimal): -8666447 or 11649659. OLE color: 11649659.
HSL color Cylindrical-coordinate representation of color #7BC2B1: hue angle of 165.63º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC2B1 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 177 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.24 |
| HSL | 165.63º | 0.37% | 0.62% | - |
| HSV(B) | 165.63º | 0.37% | 0.76% | - |
| XYZ | 35.4 | 45.97 | 48.6 | - |
| YUV | 170.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 177 | 0.37 | 0 | 0.09 | 0.24 | 165.63 | 0.37 | 0.62 |
| Hex | 7B | C2 | B1 | 25 | 0 | 9 | 18 | A6 | 25 | 3E |
| Octal | 173 | 302 | 261 | 45 | 0 | 11 | 30 | 246 | 45 | 76 |
| Binary | 1111011 | 11000010 | 10110001 | 100101 | 0 | 1001 | 11000 | 10100110 | 100101 | 111110 |
Color Harmonies of #7BC2B1
Complementary color
Monochromatic Colors of #7BC2B1
Black with #7BC2B1
Text Example
Text Example
White with #7BC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC2B1; }
p { color: rgb(123,194,177); }
H1.HeaderClassName
{
color: #7BC2B1;
}
.AnyTagClassName
{
color: #7BC2B1;
}
</style>
background-color css
<style>
a { background-color: #7BC2B1; }
a { background-color: rgb(123,194,177); }
div.DivClassName
{
background-color: #7BC2B1;
}
.BgClassName
{
background-color: #7BC2B1;
}
</style>
border-color css
<style>
span { border-color: #7BC2B1; }
span { border-color: rgb(123,194,177); }
td.TdClassName
{
border-color: #7BC2B1;
}
.TagClassName
{
border-color: #7BC2B1;
}
</style>