Shades of Monte Carlo #7CCCAE
Tints of Monte Carlo #7CCCAE
RGB
CMYK
RGB Variations
Color information
#7CCCAE (or 0x7CCCAE) is known color: Monte Carlo. HEX triplet: 7C, CC and AE. RGB value is (124,204,174). Sum of RGB (Red+Green+Blue) = 124+204+174=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCAE is #833351. Grayscale: #B0B0B0. Windows color (decimal): -8598354 or 11455612. OLE color: 11455612.
HSL color Cylindrical-coordinate representation of color #7CCCAE: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCAE is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 174 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.2 |
| HSL | 157.5º | 0.44% | 0.64% | - |
| HSV(B) | 157.5º | 0.39% | 0.8% | - |
| XYZ | 37.55 | 50.53 | 47.82 | - |
| YUV | 176.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 174 | 0.39 | 0 | 0.15 | 0.2 | 157.5 | 0.44 | 0.64 |
| Hex | 7C | CC | AE | 27 | 0 | F | 14 | 9E | 2C | 40 |
| Octal | 174 | 314 | 256 | 47 | 0 | 17 | 24 | 236 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10101110 | 100111 | 0 | 1111 | 10100 | 10011110 | 101100 | 1000000 |
Color Harmonies of #7CCCAE
Complementary color
Monochromatic Colors of #7CCCAE
Black with #7CCCAE
Text Example
Text Example
White with #7CCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCAE; }
p { color: rgb(124,204,174); }
H1.HeaderClassName
{
color: #7CCCAE;
}
.AnyTagClassName
{
color: #7CCCAE;
}
</style>
background-color css
<style>
a { background-color: #7CCCAE; }
a { background-color: rgb(124,204,174); }
div.DivClassName
{
background-color: #7CCCAE;
}
.BgClassName
{
background-color: #7CCCAE;
}
</style>
border-color css
<style>
span { border-color: #7CCCAE; }
span { border-color: rgb(124,204,174); }
td.TdClassName
{
border-color: #7CCCAE;
}
.TagClassName
{
border-color: #7CCCAE;
}
</style>