Shades of Monte Carlo #7CCEAC
Tints of Monte Carlo #7CCEAC
RGB
CMYK
RGB Variations
Color information
#7CCEAC (or 0x7CCEAC) is known color: Monte Carlo. HEX triplet: 7C, CE and AC. RGB value is (124,206,172). Sum of RGB (Red+Green+Blue) = 124+206+172=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCEAC is #833153. Grayscale: #B1B1B1. Windows color (decimal): -8597844 or 11325052. OLE color: 11325052.
HSL color Cylindrical-coordinate representation of color #7CCEAC: hue angle of 155.12º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCEAC is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 172 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.19 |
| HSL | 155.12º | 0.46% | 0.65% | - |
| HSV(B) | 155.12º | 0.4% | 0.81% | - |
| XYZ | 37.83 | 51.41 | 46.96 | - |
| YUV | 177.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 172 | 0.40 | 0 | 0.17 | 0.19 | 155.12 | 0.46 | 0.65 |
| Hex | 7C | CE | AC | 28 | 0 | 11 | 13 | 9B | 2E | 41 |
| Octal | 174 | 316 | 254 | 50 | 0 | 21 | 23 | 233 | 56 | 101 |
| Binary | 1111100 | 11001110 | 10101100 | 101000 | 0 | 10001 | 10011 | 10011011 | 101110 | 1000001 |
Color Harmonies of #7CCEAC
Complementary color
Monochromatic Colors of #7CCEAC
Black with #7CCEAC
Text Example
Text Example
White with #7CCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCEAC; }
p { color: rgb(124,206,172); }
H1.HeaderClassName
{
color: #7CCEAC;
}
.AnyTagClassName
{
color: #7CCEAC;
}
</style>
background-color css
<style>
a { background-color: #7CCEAC; }
a { background-color: rgb(124,206,172); }
div.DivClassName
{
background-color: #7CCEAC;
}
.BgClassName
{
background-color: #7CCEAC;
}
</style>
border-color css
<style>
span { border-color: #7CCEAC; }
span { border-color: rgb(124,206,172); }
td.TdClassName
{
border-color: #7CCEAC;
}
.TagClassName
{
border-color: #7CCEAC;
}
</style>