Shades of Monte Carlo #7BCABF
Tints of Monte Carlo #7BCABF
RGB
CMYK
RGB Variations
Color information
#7BCABF (or 0x7BCABF) is known color: Monte Carlo. HEX triplet: 7B, CA and BF. RGB value is (123,202,191). Sum of RGB (Red+Green+Blue) = 123+202+191=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCABF is #843540. Grayscale: #B1B1B1. Windows color (decimal): -8664385 or 12569211. OLE color: 12569211.
HSL color Cylindrical-coordinate representation of color #7BCABF: hue angle of 171.65º 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 #7BCABF is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 191 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.21 |
| HSL | 171.65º | 0.43% | 0.64% | - |
| HSV(B) | 171.65º | 0.39% | 0.79% | - |
| XYZ | 38.69 | 50.21 | 56.94 | - |
| YUV | 177.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 191 | 0.39 | 0 | 0.05 | 0.21 | 171.65 | 0.43 | 0.64 |
| Hex | 7B | CA | BF | 27 | 0 | 5 | 15 | AC | 2B | 40 |
| Octal | 173 | 312 | 277 | 47 | 0 | 5 | 25 | 254 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10111111 | 100111 | 0 | 101 | 10101 | 10101100 | 101011 | 1000000 |
Color Harmonies of #7BCABF
Complementary color
Monochromatic Colors of #7BCABF
Black with #7BCABF
Text Example
Text Example
White with #7BCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCABF; }
p { color: rgb(123,202,191); }
H1.HeaderClassName
{
color: #7BCABF;
}
.AnyTagClassName
{
color: #7BCABF;
}
</style>
background-color css
<style>
a { background-color: #7BCABF; }
a { background-color: rgb(123,202,191); }
div.DivClassName
{
background-color: #7BCABF;
}
.BgClassName
{
background-color: #7BCABF;
}
</style>
border-color css
<style>
span { border-color: #7BCABF; }
span { border-color: rgb(123,202,191); }
td.TdClassName
{
border-color: #7BCABF;
}
.TagClassName
{
border-color: #7BCABF;
}
</style>