Shades of Monte Carlo #7BCABD
Tints of Monte Carlo #7BCABD
RGB
CMYK
RGB Variations
Color information
#7BCABD (or 0x7BCABD) is known color: Monte Carlo. HEX triplet: 7B, CA and BD. RGB value is (123,202,189). Sum of RGB (Red+Green+Blue) = 123+202+189=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCABD is #843542. Grayscale: #B0B0B0. Windows color (decimal): -8664387 or 12438139. OLE color: 12438139.
HSL color Cylindrical-coordinate representation of color #7BCABD: hue angle of 170.13º 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 #7BCABD is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 189 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.21 |
| HSL | 170.13º | 0.43% | 0.64% | - |
| HSV(B) | 170.13º | 0.39% | 0.79% | - |
| XYZ | 38.47 | 50.13 | 55.79 | - |
| YUV | 176.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 189 | 0.39 | 0 | 0.06 | 0.21 | 170.13 | 0.43 | 0.64 |
| Hex | 7B | CA | BD | 27 | 0 | 6 | 15 | AA | 2B | 40 |
| Octal | 173 | 312 | 275 | 47 | 0 | 6 | 25 | 252 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10111101 | 100111 | 0 | 110 | 10101 | 10101010 | 101011 | 1000000 |
Color Harmonies of #7BCABD
Complementary color
Monochromatic Colors of #7BCABD
Black with #7BCABD
Text Example
Text Example
White with #7BCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCABD; }
p { color: rgb(123,202,189); }
H1.HeaderClassName
{
color: #7BCABD;
}
.AnyTagClassName
{
color: #7BCABD;
}
</style>
background-color css
<style>
a { background-color: #7BCABD; }
a { background-color: rgb(123,202,189); }
div.DivClassName
{
background-color: #7BCABD;
}
.BgClassName
{
background-color: #7BCABD;
}
</style>
border-color css
<style>
span { border-color: #7BCABD; }
span { border-color: rgb(123,202,189); }
td.TdClassName
{
border-color: #7BCABD;
}
.TagClassName
{
border-color: #7BCABD;
}
</style>