Shades of Monte Carlo #7CCCAF
Tints of Monte Carlo #7CCCAF
RGB
CMYK
RGB Variations
Color information
#7CCCAF (or 0x7CCCAF) is known color: Monte Carlo. HEX triplet: 7C, CC and AF. RGB value is (124,204,175). Sum of RGB (Red+Green+Blue) = 124+204+175=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCAF is #833350. Grayscale: #B0B0B0. Windows color (decimal): -8598353 or 11521148. OLE color: 11521148.
HSL color Cylindrical-coordinate representation of color #7CCCAF: hue angle of 158.25º 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 #7CCCAF is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 175 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.2 |
| HSL | 158.25º | 0.44% | 0.64% | - |
| HSV(B) | 158.25º | 0.39% | 0.8% | - |
| XYZ | 37.64 | 50.57 | 48.33 | - |
| YUV | 176.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 175 | 0.39 | 0 | 0.14 | 0.2 | 158.25 | 0.44 | 0.64 |
| Hex | 7C | CC | AF | 27 | 0 | E | 14 | 9E | 2C | 40 |
| Octal | 174 | 314 | 257 | 47 | 0 | 16 | 24 | 236 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10101111 | 100111 | 0 | 1110 | 10100 | 10011110 | 101100 | 1000000 |
Color Harmonies of #7CCCAF
Complementary color
Monochromatic Colors of #7CCCAF
Black with #7CCCAF
Text Example
Text Example
White with #7CCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCAF; }
p { color: rgb(124,204,175); }
H1.HeaderClassName
{
color: #7CCCAF;
}
.AnyTagClassName
{
color: #7CCCAF;
}
</style>
background-color css
<style>
a { background-color: #7CCCAF; }
a { background-color: rgb(124,204,175); }
div.DivClassName
{
background-color: #7CCCAF;
}
.BgClassName
{
background-color: #7CCCAF;
}
</style>
border-color css
<style>
span { border-color: #7CCCAF; }
span { border-color: rgb(124,204,175); }
td.TdClassName
{
border-color: #7CCCAF;
}
.TagClassName
{
border-color: #7CCCAF;
}
</style>