Shades of Monte Carlo #7CCCB4
Tints of Monte Carlo #7CCCB4
RGB
CMYK
RGB Variations
Color information
#7CCCB4 (or 0x7CCCB4) is known color: Monte Carlo. HEX triplet: 7C, CC and B4. RGB value is (124,204,180). Sum of RGB (Red+Green+Blue) = 124+204+180=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCB4 is #83334B. Grayscale: #B1B1B1. Windows color (decimal): -8598348 or 11848828. OLE color: 11848828.
HSL color Cylindrical-coordinate representation of color #7CCCB4: hue angle of 162º 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 #7CCCB4 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 180 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.2 |
| HSL | 162º | 0.44% | 0.64% | - |
| HSV(B) | 162º | 0.39% | 0.8% | - |
| XYZ | 38.14 | 50.77 | 50.97 | - |
| YUV | 177.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 180 | 0.39 | 0 | 0.12 | 0.2 | 162 | 0.44 | 0.64 |
| Hex | 7C | CC | B4 | 27 | 0 | C | 14 | A2 | 2C | 40 |
| Octal | 174 | 314 | 264 | 47 | 0 | 14 | 24 | 242 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10110100 | 100111 | 0 | 1100 | 10100 | 10100010 | 101100 | 1000000 |
Color Harmonies of #7CCCB4
Complementary color
Monochromatic Colors of #7CCCB4
Black with #7CCCB4
Text Example
Text Example
White with #7CCCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCB4; }
p { color: rgb(124,204,180); }
H1.HeaderClassName
{
color: #7CCCB4;
}
.AnyTagClassName
{
color: #7CCCB4;
}
</style>
background-color css
<style>
a { background-color: #7CCCB4; }
a { background-color: rgb(124,204,180); }
div.DivClassName
{
background-color: #7CCCB4;
}
.BgClassName
{
background-color: #7CCCB4;
}
</style>
border-color css
<style>
span { border-color: #7CCCB4; }
span { border-color: rgb(124,204,180); }
td.TdClassName
{
border-color: #7CCCB4;
}
.TagClassName
{
border-color: #7CCCB4;
}
</style>