Shades of Monte Carlo #7BCBAC
Tints of Monte Carlo #7BCBAC
RGB
CMYK
RGB Variations
Color information
#7BCBAC (or 0x7BCBAC) is known color: Monte Carlo. HEX triplet: 7B, CB and AC. RGB value is (123,203,172). Sum of RGB (Red+Green+Blue) = 123+203+172=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCBAC is #843453. Grayscale: #AFAFAF. Windows color (decimal): -8664148 or 11324283. OLE color: 11324283.
HSL color Cylindrical-coordinate representation of color #7BCBAC: hue angle of 156.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCBAC is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 172 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.20 |
| HSL | 156.75º | 0.43% | 0.64% | - |
| HSV(B) | 156.75º | 0.39% | 0.8% | - |
| XYZ | 36.97 | 49.9 | 46.71 | - |
| YUV | 175.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 172 | 0.39 | 0 | 0.15 | 0.20 | 156.75 | 0.43 | 0.64 |
| Hex | 7B | CB | AC | 27 | 0 | F | 14 | 9D | 2B | 40 |
| Octal | 173 | 313 | 254 | 47 | 0 | 17 | 24 | 235 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10101100 | 100111 | 0 | 1111 | 10100 | 10011101 | 101011 | 1000000 |
Color Harmonies of #7BCBAC
Complementary color
Monochromatic Colors of #7BCBAC
Black with #7BCBAC
Text Example
Text Example
White with #7BCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBAC; }
p { color: rgb(123,203,172); }
H1.HeaderClassName
{
color: #7BCBAC;
}
.AnyTagClassName
{
color: #7BCBAC;
}
</style>
background-color css
<style>
a { background-color: #7BCBAC; }
a { background-color: rgb(123,203,172); }
div.DivClassName
{
background-color: #7BCBAC;
}
.BgClassName
{
background-color: #7BCBAC;
}
</style>
border-color css
<style>
span { border-color: #7BCBAC; }
span { border-color: rgb(123,203,172); }
td.TdClassName
{
border-color: #7BCBAC;
}
.TagClassName
{
border-color: #7BCBAC;
}
</style>