Shades of Monte Carlo #7CCCBD
Tints of Monte Carlo #7CCCBD
RGB
CMYK
RGB Variations
Color information
#7CCCBD (or 0x7CCCBD) is known color: Monte Carlo. HEX triplet: 7C, CC and BD. RGB value is (124,204,189). Sum of RGB (Red+Green+Blue) = 124+204+189=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCBD is #833342. Grayscale: #B2B2B2. Windows color (decimal): -8598339 or 12438652. OLE color: 12438652.
HSL color Cylindrical-coordinate representation of color #7CCCBD: hue angle of 168.75º 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 #7CCCBD is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 189 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.2 |
| HSL | 168.75º | 0.44% | 0.64% | - |
| HSV(B) | 168.75º | 0.39% | 0.8% | - |
| XYZ | 39.09 | 51.14 | 55.96 | - |
| YUV | 178.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 189 | 0.39 | 0 | 0.07 | 0.2 | 168.75 | 0.44 | 0.64 |
| Hex | 7C | CC | BD | 27 | 0 | 7 | 14 | A9 | 2C | 40 |
| Octal | 174 | 314 | 275 | 47 | 0 | 7 | 24 | 251 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10111101 | 100111 | 0 | 111 | 10100 | 10101001 | 101100 | 1000000 |
Color Harmonies of #7CCCBD
Complementary color
Monochromatic Colors of #7CCCBD
Black with #7CCCBD
Text Example
Text Example
White with #7CCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCBD; }
p { color: rgb(124,204,189); }
H1.HeaderClassName
{
color: #7CCCBD;
}
.AnyTagClassName
{
color: #7CCCBD;
}
</style>
background-color css
<style>
a { background-color: #7CCCBD; }
a { background-color: rgb(124,204,189); }
div.DivClassName
{
background-color: #7CCCBD;
}
.BgClassName
{
background-color: #7CCCBD;
}
</style>
border-color css
<style>
span { border-color: #7CCCBD; }
span { border-color: rgb(124,204,189); }
td.TdClassName
{
border-color: #7CCCBD;
}
.TagClassName
{
border-color: #7CCCBD;
}
</style>