Shades of Monte Carlo #7CC2AA
Tints of Monte Carlo #7CC2AA
RGB
CMYK
RGB Variations
Color information
#7CC2AA (or 0x7CC2AA) is known color: Monte Carlo. HEX triplet: 7C, C2 and AA. RGB value is (124,194,170). Sum of RGB (Red+Green+Blue) = 124+194+170=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC2AA is #833D55. Grayscale: #AAAAAA. Windows color (decimal): -8600918 or 11190908. OLE color: 11190908.
HSL color Cylindrical-coordinate representation of color #7CC2AA: hue angle of 159.43º 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 #7CC2AA is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 170 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.24 |
| HSL | 159.43º | 0.36% | 0.62% | - |
| HSV(B) | 159.43º | 0.36% | 0.76% | - |
| XYZ | 34.86 | 45.77 | 45.03 | - |
| YUV | 170.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 170 | 0.36 | 0 | 0.12 | 0.24 | 159.43 | 0.36 | 0.62 |
| Hex | 7C | C2 | AA | 24 | 0 | C | 18 | 9F | 24 | 3E |
| Octal | 174 | 302 | 252 | 44 | 0 | 14 | 30 | 237 | 44 | 76 |
| Binary | 1111100 | 11000010 | 10101010 | 100100 | 0 | 1100 | 11000 | 10011111 | 100100 | 111110 |
Color Harmonies of #7CC2AA
Complementary color
Monochromatic Colors of #7CC2AA
Black with #7CC2AA
Text Example
Text Example
White with #7CC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC2AA; }
p { color: rgb(124,194,170); }
H1.HeaderClassName
{
color: #7CC2AA;
}
.AnyTagClassName
{
color: #7CC2AA;
}
</style>
background-color css
<style>
a { background-color: #7CC2AA; }
a { background-color: rgb(124,194,170); }
div.DivClassName
{
background-color: #7CC2AA;
}
.BgClassName
{
background-color: #7CC2AA;
}
</style>
border-color css
<style>
span { border-color: #7CC2AA; }
span { border-color: rgb(124,194,170); }
td.TdClassName
{
border-color: #7CC2AA;
}
.TagClassName
{
border-color: #7CC2AA;
}
</style>