Shades of Monte Carlo #7CC0B2
Tints of Monte Carlo #7CC0B2
RGB
CMYK
RGB Variations
Color information
#7CC0B2 (or 0x7CC0B2) is known color: Monte Carlo. HEX triplet: 7C, C0 and B2. RGB value is (124,192,178). Sum of RGB (Red+Green+Blue) = 124+192+178=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC0B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC0B2 is #833F4D. Grayscale: #AAAAAA. Windows color (decimal): -8601422 or 11714684. OLE color: 11714684.
HSL color Cylindrical-coordinate representation of color #7CC0B2: hue angle of 167.65º 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 #7CC0B2 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 178 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.25 |
| HSL | 167.65º | 0.35% | 0.62% | - |
| HSV(B) | 167.65º | 0.35% | 0.75% | - |
| XYZ | 35.2 | 45.2 | 48.99 | - |
| YUV | 170.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 178 | 0.35 | 0 | 0.07 | 0.25 | 167.65 | 0.35 | 0.62 |
| Hex | 7C | C0 | B2 | 23 | 0 | 7 | 19 | A8 | 23 | 3E |
| Octal | 174 | 300 | 262 | 43 | 0 | 7 | 31 | 250 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10110010 | 100011 | 0 | 111 | 11001 | 10101000 | 100011 | 111110 |
Color Harmonies of #7CC0B2
Complementary color
Monochromatic Colors of #7CC0B2
Black with #7CC0B2
Text Example
Text Example
White with #7CC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC0B2; }
p { color: rgb(124,192,178); }
H1.HeaderClassName
{
color: #7CC0B2;
}
.AnyTagClassName
{
color: #7CC0B2;
}
</style>
background-color css
<style>
a { background-color: #7CC0B2; }
a { background-color: rgb(124,192,178); }
div.DivClassName
{
background-color: #7CC0B2;
}
.BgClassName
{
background-color: #7CC0B2;
}
</style>
border-color css
<style>
span { border-color: #7CC0B2; }
span { border-color: rgb(124,192,178); }
td.TdClassName
{
border-color: #7CC0B2;
}
.TagClassName
{
border-color: #7CC0B2;
}
</style>