Shades of Monte Carlo #7CC9A6
Tints of Monte Carlo #7CC9A6
RGB
CMYK
RGB Variations
Color information
#7CC9A6 (or 0x7CC9A6) is known color: Monte Carlo. HEX triplet: 7C, C9 and A6. RGB value is (124,201,166). Sum of RGB (Red+Green+Blue) = 124+201+166=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC9A6 is #833659. Grayscale: #AEAEAE. Windows color (decimal): -8599130 or 10930556. OLE color: 10930556.
HSL color Cylindrical-coordinate representation of color #7CC9A6: hue angle of 152.73º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC9A6 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 166 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.21 |
| HSL | 152.73º | 0.42% | 0.64% | - |
| HSV(B) | 152.73º | 0.38% | 0.79% | - |
| XYZ | 36.08 | 48.81 | 43.6 | - |
| YUV | 173.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 166 | 0.38 | 0 | 0.17 | 0.21 | 152.73 | 0.42 | 0.64 |
| Hex | 7C | C9 | A6 | 26 | 0 | 11 | 15 | 99 | 2A | 40 |
| Octal | 174 | 311 | 246 | 46 | 0 | 21 | 25 | 231 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10100110 | 100110 | 0 | 10001 | 10101 | 10011001 | 101010 | 1000000 |
Color Harmonies of #7CC9A6
Complementary color
Monochromatic Colors of #7CC9A6
Black with #7CC9A6
Text Example
Text Example
White with #7CC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC9A6; }
p { color: rgb(124,201,166); }
H1.HeaderClassName
{
color: #7CC9A6;
}
.AnyTagClassName
{
color: #7CC9A6;
}
</style>
background-color css
<style>
a { background-color: #7CC9A6; }
a { background-color: rgb(124,201,166); }
div.DivClassName
{
background-color: #7CC9A6;
}
.BgClassName
{
background-color: #7CC9A6;
}
</style>
border-color css
<style>
span { border-color: #7CC9A6; }
span { border-color: rgb(124,201,166); }
td.TdClassName
{
border-color: #7CC9A6;
}
.TagClassName
{
border-color: #7CC9A6;
}
</style>