Shades of Monte Carlo #7BCABC
Tints of Monte Carlo #7BCABC
RGB
CMYK
RGB Variations
Color information
#7BCABC (or 0x7BCABC) is known color: Monte Carlo. HEX triplet: 7B, CA and BC. RGB value is (123,202,188). Sum of RGB (Red+Green+Blue) = 123+202+188=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCABC is #843543. Grayscale: #B0B0B0. Windows color (decimal): -8664388 or 12372603. OLE color: 12372603.
HSL color Cylindrical-coordinate representation of color #7BCABC: hue angle of 169.37º 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 #7BCABC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 188 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.21 |
| HSL | 169.37º | 0.43% | 0.64% | - |
| HSV(B) | 169.37º | 0.39% | 0.79% | - |
| XYZ | 38.37 | 50.08 | 55.22 | - |
| YUV | 176.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 188 | 0.39 | 0 | 0.07 | 0.21 | 169.37 | 0.43 | 0.64 |
| Hex | 7B | CA | BC | 27 | 0 | 7 | 15 | A9 | 2B | 40 |
| Octal | 173 | 312 | 274 | 47 | 0 | 7 | 25 | 251 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10111100 | 100111 | 0 | 111 | 10101 | 10101001 | 101011 | 1000000 |
Color Harmonies of #7BCABC
Complementary color
Monochromatic Colors of #7BCABC
Black with #7BCABC
Text Example
Text Example
White with #7BCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCABC; }
p { color: rgb(123,202,188); }
H1.HeaderClassName
{
color: #7BCABC;
}
.AnyTagClassName
{
color: #7BCABC;
}
</style>
background-color css
<style>
a { background-color: #7BCABC; }
a { background-color: rgb(123,202,188); }
div.DivClassName
{
background-color: #7BCABC;
}
.BgClassName
{
background-color: #7BCABC;
}
</style>
border-color css
<style>
span { border-color: #7BCABC; }
span { border-color: rgb(123,202,188); }
td.TdClassName
{
border-color: #7BCABC;
}
.TagClassName
{
border-color: #7BCABC;
}
</style>