Shades of Monte Carlo #7CC2B2
Tints of Monte Carlo #7CC2B2
RGB
CMYK
RGB Variations
Color information
#7CC2B2 (or 0x7CC2B2) is known color: Monte Carlo. HEX triplet: 7C, C2 and B2. RGB value is (124,194,178). Sum of RGB (Red+Green+Blue) = 124+194+178=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC2B2 is #833D4D. Grayscale: #ABABAB. Windows color (decimal): -8600910 or 11715196. OLE color: 11715196.
HSL color Cylindrical-coordinate representation of color #7CC2B2: hue angle of 166.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC2B2 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 178 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.24 |
| HSL | 166.29º | 0.36% | 0.62% | - |
| HSV(B) | 166.29º | 0.36% | 0.76% | - |
| XYZ | 35.64 | 46.08 | 49.14 | - |
| YUV | 171.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 178 | 0.36 | 0 | 0.08 | 0.24 | 166.29 | 0.36 | 0.62 |
| Hex | 7C | C2 | B2 | 24 | 0 | 8 | 18 | A6 | 24 | 3E |
| Octal | 174 | 302 | 262 | 44 | 0 | 10 | 30 | 246 | 44 | 76 |
| Binary | 1111100 | 11000010 | 10110010 | 100100 | 0 | 1000 | 11000 | 10100110 | 100100 | 111110 |
Color Harmonies of #7CC2B2
Complementary color
Monochromatic Colors of #7CC2B2
Black with #7CC2B2
Text Example
Text Example
White with #7CC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC2B2; }
p { color: rgb(124,194,178); }
H1.HeaderClassName
{
color: #7CC2B2;
}
.AnyTagClassName
{
color: #7CC2B2;
}
</style>
background-color css
<style>
a { background-color: #7CC2B2; }
a { background-color: rgb(124,194,178); }
div.DivClassName
{
background-color: #7CC2B2;
}
.BgClassName
{
background-color: #7CC2B2;
}
</style>
border-color css
<style>
span { border-color: #7CC2B2; }
span { border-color: rgb(124,194,178); }
td.TdClassName
{
border-color: #7CC2B2;
}
.TagClassName
{
border-color: #7CC2B2;
}
</style>