Shades of Monte Carlo #7CC7A5
Tints of Monte Carlo #7CC7A5
RGB
CMYK
RGB Variations
Color information
#7CC7A5 (or 0x7CC7A5) is known color: Monte Carlo. HEX triplet: 7C, C7 and A5. RGB value is (124,199,165). Sum of RGB (Red+Green+Blue) = 124+199+165=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC7A5 is #83385A. Grayscale: #ACACAC. Windows color (decimal): -8599643 or 10864508. OLE color: 10864508.
HSL color Cylindrical-coordinate representation of color #7CC7A5: hue angle of 152.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC7A5 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 199 | 165 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.22 |
| HSL | 152.8º | 0.4% | 0.63% | - |
| HSV(B) | 152.8º | 0.38% | 0.78% | - |
| XYZ | 35.53 | 47.85 | 42.96 | - |
| YUV | 172.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 199 | 165 | 0.38 | 0 | 0.17 | 0.22 | 152.8 | 0.4 | 0.63 |
| Hex | 7C | C7 | A5 | 26 | 0 | 11 | 16 | 99 | 28 | 3F |
| Octal | 174 | 307 | 245 | 46 | 0 | 21 | 26 | 231 | 50 | 77 |
| Binary | 1111100 | 11000111 | 10100101 | 100110 | 0 | 10001 | 10110 | 10011001 | 101000 | 111111 |
Color Harmonies of #7CC7A5
Complementary color
Monochromatic Colors of #7CC7A5
Black with #7CC7A5
Text Example
Text Example
White with #7CC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC7A5; }
p { color: rgb(124,199,165); }
H1.HeaderClassName
{
color: #7CC7A5;
}
.AnyTagClassName
{
color: #7CC7A5;
}
</style>
background-color css
<style>
a { background-color: #7CC7A5; }
a { background-color: rgb(124,199,165); }
div.DivClassName
{
background-color: #7CC7A5;
}
.BgClassName
{
background-color: #7CC7A5;
}
</style>
border-color css
<style>
span { border-color: #7CC7A5; }
span { border-color: rgb(124,199,165); }
td.TdClassName
{
border-color: #7CC7A5;
}
.TagClassName
{
border-color: #7CC7A5;
}
</style>