Shades of Monte Carlo #7CCABB
Tints of Monte Carlo #7CCABB
RGB
CMYK
RGB Variations
Color information
#7CCABB (or 0x7CCABB) is known color: Monte Carlo. HEX triplet: 7C, CA and BB. RGB value is (124,202,187). Sum of RGB (Red+Green+Blue) = 124+202+187=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCABB is #833544. Grayscale: #B0B0B0. Windows color (decimal): -8598853 or 12307068. OLE color: 12307068.
HSL color Cylindrical-coordinate representation of color #7CCABB: hue angle of 168.46º degrees, saturation: 0.42, 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 #7CCABB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 187 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.21 |
| HSL | 168.46º | 0.42% | 0.64% | - |
| HSV(B) | 168.46º | 0.39% | 0.79% | - |
| XYZ | 38.4 | 50.11 | 54.66 | - |
| YUV | 176.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 187 | 0.39 | 0 | 0.07 | 0.21 | 168.46 | 0.42 | 0.64 |
| Hex | 7C | CA | BB | 27 | 0 | 7 | 15 | A8 | 2A | 40 |
| Octal | 174 | 312 | 273 | 47 | 0 | 7 | 25 | 250 | 52 | 100 |
| Binary | 1111100 | 11001010 | 10111011 | 100111 | 0 | 111 | 10101 | 10101000 | 101010 | 1000000 |
Color Harmonies of #7CCABB
Complementary color
Monochromatic Colors of #7CCABB
Black with #7CCABB
Text Example
Text Example
White with #7CCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCABB; }
p { color: rgb(124,202,187); }
H1.HeaderClassName
{
color: #7CCABB;
}
.AnyTagClassName
{
color: #7CCABB;
}
</style>
background-color css
<style>
a { background-color: #7CCABB; }
a { background-color: rgb(124,202,187); }
div.DivClassName
{
background-color: #7CCABB;
}
.BgClassName
{
background-color: #7CCABB;
}
</style>
border-color css
<style>
span { border-color: #7CCABB; }
span { border-color: rgb(124,202,187); }
td.TdClassName
{
border-color: #7CCABB;
}
.TagClassName
{
border-color: #7CCABB;
}
</style>