Shades of Monte Carlo #7BCAB9
Tints of Monte Carlo #7BCAB9
RGB
CMYK
RGB Variations
Color information
#7BCAB9 (or 0x7BCAB9) is known color: Monte Carlo. HEX triplet: 7B, CA and B9. RGB value is (123,202,185). Sum of RGB (Red+Green+Blue) = 123+202+185=510 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.12% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCAB9 is #843546. Grayscale: #B0B0B0. Windows color (decimal): -8664391 or 12175995. OLE color: 12175995.
HSL color Cylindrical-coordinate representation of color #7BCAB9: hue angle of 167.09º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCAB9 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 185 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.21 |
| HSL | 167.09º | 0.43% | 0.64% | - |
| HSV(B) | 167.09º | 0.39% | 0.79% | - |
| XYZ | 38.05 | 49.95 | 53.54 | - |
| YUV | 176.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 185 | 0.39 | 0 | 0.08 | 0.21 | 167.09 | 0.43 | 0.64 |
| Hex | 7B | CA | B9 | 27 | 0 | 8 | 15 | A7 | 2B | 40 |
| Octal | 173 | 312 | 271 | 47 | 0 | 10 | 25 | 247 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10111001 | 100111 | 0 | 1000 | 10101 | 10100111 | 101011 | 1000000 |
Color Harmonies of #7BCAB9
Complementary color
Monochromatic Colors of #7BCAB9
Black with #7BCAB9
Text Example
Text Example
White with #7BCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCAB9; }
p { color: rgb(123,202,185); }
H1.HeaderClassName
{
color: #7BCAB9;
}
.AnyTagClassName
{
color: #7BCAB9;
}
</style>
background-color css
<style>
a { background-color: #7BCAB9; }
a { background-color: rgb(123,202,185); }
div.DivClassName
{
background-color: #7BCAB9;
}
.BgClassName
{
background-color: #7BCAB9;
}
</style>
border-color css
<style>
span { border-color: #7BCAB9; }
span { border-color: rgb(123,202,185); }
td.TdClassName
{
border-color: #7BCAB9;
}
.TagClassName
{
border-color: #7BCAB9;
}
</style>