Shades of Monte Carlo #7CC0B6
Tints of Monte Carlo #7CC0B6
RGB
CMYK
RGB Variations
Color information
#7CC0B6 (or 0x7CC0B6) is known color: Monte Carlo. HEX triplet: 7C, C0 and B6. RGB value is (124,192,182). Sum of RGB (Red+Green+Blue) = 124+192+182=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0B6 is #833F49. Grayscale: #AAAAAA. Windows color (decimal): -8601418 or 11976828. OLE color: 11976828.
HSL color Cylindrical-coordinate representation of color #7CC0B6: hue angle of 171.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC0B6 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 182 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.25 |
| HSL | 171.18º | 0.35% | 0.62% | - |
| HSV(B) | 171.18º | 0.35% | 0.75% | - |
| XYZ | 35.61 | 45.36 | 51.14 | - |
| YUV | 170.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 182 | 0.35 | 0 | 0.05 | 0.25 | 171.18 | 0.35 | 0.62 |
| Hex | 7C | C0 | B6 | 23 | 0 | 5 | 19 | AB | 23 | 3E |
| Octal | 174 | 300 | 266 | 43 | 0 | 5 | 31 | 253 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10110110 | 100011 | 0 | 101 | 11001 | 10101011 | 100011 | 111110 |
Color Harmonies of #7CC0B6
Complementary color
Monochromatic Colors of #7CC0B6
Black with #7CC0B6
Text Example
Text Example
White with #7CC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC0B6; }
p { color: rgb(124,192,182); }
H1.HeaderClassName
{
color: #7CC0B6;
}
.AnyTagClassName
{
color: #7CC0B6;
}
</style>
background-color css
<style>
a { background-color: #7CC0B6; }
a { background-color: rgb(124,192,182); }
div.DivClassName
{
background-color: #7CC0B6;
}
.BgClassName
{
background-color: #7CC0B6;
}
</style>
border-color css
<style>
span { border-color: #7CC0B6; }
span { border-color: rgb(124,192,182); }
td.TdClassName
{
border-color: #7CC0B6;
}
.TagClassName
{
border-color: #7CC0B6;
}
</style>