Shades of Monte Carlo #7CCCAB
Tints of Monte Carlo #7CCCAB
RGB
CMYK
RGB Variations
Color information
#7CCCAB (or 0x7CCCAB) is known color: Monte Carlo. HEX triplet: 7C, CC and AB. RGB value is (124,204,171). Sum of RGB (Red+Green+Blue) = 124+204+171=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCAB is #833354. Grayscale: #B0B0B0. Windows color (decimal): -8598357 or 11259004. OLE color: 11259004.
HSL color Cylindrical-coordinate representation of color #7CCCAB: hue angle of 155.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 #7CCCAB is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 171 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.2 |
| HSL | 155.25º | 0.44% | 0.64% | - |
| HSV(B) | 155.25º | 0.39% | 0.8% | - |
| XYZ | 37.26 | 50.41 | 46.29 | - |
| YUV | 176.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 171 | 0.39 | 0 | 0.16 | 0.2 | 155.25 | 0.44 | 0.64 |
| Hex | 7C | CC | AB | 27 | 0 | 10 | 14 | 9B | 2C | 40 |
| Octal | 174 | 314 | 253 | 47 | 0 | 20 | 24 | 233 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10101011 | 100111 | 0 | 10000 | 10100 | 10011011 | 101100 | 1000000 |
Color Harmonies of #7CCCAB
Complementary color
Monochromatic Colors of #7CCCAB
Black with #7CCCAB
Text Example
Text Example
White with #7CCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCAB; }
p { color: rgb(124,204,171); }
H1.HeaderClassName
{
color: #7CCCAB;
}
.AnyTagClassName
{
color: #7CCCAB;
}
</style>
background-color css
<style>
a { background-color: #7CCCAB; }
a { background-color: rgb(124,204,171); }
div.DivClassName
{
background-color: #7CCCAB;
}
.BgClassName
{
background-color: #7CCCAB;
}
</style>
border-color css
<style>
span { border-color: #7CCCAB; }
span { border-color: rgb(124,204,171); }
td.TdClassName
{
border-color: #7CCCAB;
}
.TagClassName
{
border-color: #7CCCAB;
}
</style>