Shades of Monte Carlo #7CCDB2
Tints of Monte Carlo #7CCDB2
RGB
CMYK
RGB Variations
Color information
#7CCDB2 (or 0x7CCDB2) is known color: Monte Carlo. HEX triplet: 7C, CD and B2. RGB value is (124,205,178). Sum of RGB (Red+Green+Blue) = 124+205+178=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCDB2 is #83324D. Grayscale: #B1B1B1. Windows color (decimal): -8598094 or 11718012. OLE color: 11718012.
HSL color Cylindrical-coordinate representation of color #7CCDB2: hue angle of 160º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDB2 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 178 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.20 |
| HSL | 160º | 0.45% | 0.65% | - |
| HSV(B) | 160º | 0.4% | 0.8% | - |
| XYZ | 38.18 | 51.16 | 49.98 | - |
| YUV | 177.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 178 | 0.40 | 0 | 0.13 | 0.20 | 160 | 0.45 | 0.65 |
| Hex | 7C | CD | B2 | 28 | 0 | D | 14 | A0 | 2D | 41 |
| Octal | 174 | 315 | 262 | 50 | 0 | 15 | 24 | 240 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10110010 | 101000 | 0 | 1101 | 10100 | 10100000 | 101101 | 1000001 |
Color Harmonies of #7CCDB2
Complementary color
Monochromatic Colors of #7CCDB2
Black with #7CCDB2
Text Example
Text Example
White with #7CCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDB2; }
p { color: rgb(124,205,178); }
H1.HeaderClassName
{
color: #7CCDB2;
}
.AnyTagClassName
{
color: #7CCDB2;
}
</style>
background-color css
<style>
a { background-color: #7CCDB2; }
a { background-color: rgb(124,205,178); }
div.DivClassName
{
background-color: #7CCDB2;
}
.BgClassName
{
background-color: #7CCDB2;
}
</style>
border-color css
<style>
span { border-color: #7CCDB2; }
span { border-color: rgb(124,205,178); }
td.TdClassName
{
border-color: #7CCDB2;
}
.TagClassName
{
border-color: #7CCDB2;
}
</style>