Shades of Monte Carlo #7CCDAF
Tints of Monte Carlo #7CCDAF
RGB
CMYK
RGB Variations
Color information
#7CCDAF (or 0x7CCDAF) is known color: Monte Carlo. HEX triplet: 7C, CD and AF. RGB value is (124,205,175). Sum of RGB (Red+Green+Blue) = 124+205+175=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCDAF is #833250. Grayscale: #B1B1B1. Windows color (decimal): -8598097 or 11521404. OLE color: 11521404.
HSL color Cylindrical-coordinate representation of color #7CCDAF: hue angle of 157.78º 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 #7CCDAF is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 175 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.20 |
| HSL | 157.78º | 0.45% | 0.65% | - |
| HSV(B) | 157.78º | 0.4% | 0.8% | - |
| XYZ | 37.88 | 51.04 | 48.41 | - |
| YUV | 177.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 175 | 0.40 | 0 | 0.15 | 0.20 | 157.78 | 0.45 | 0.65 |
| Hex | 7C | CD | AF | 28 | 0 | F | 14 | 9E | 2D | 41 |
| Octal | 174 | 315 | 257 | 50 | 0 | 17 | 24 | 236 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10101111 | 101000 | 0 | 1111 | 10100 | 10011110 | 101101 | 1000001 |
Color Harmonies of #7CCDAF
Complementary color
Monochromatic Colors of #7CCDAF
Black with #7CCDAF
Text Example
Text Example
White with #7CCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDAF; }
p { color: rgb(124,205,175); }
H1.HeaderClassName
{
color: #7CCDAF;
}
.AnyTagClassName
{
color: #7CCDAF;
}
</style>
background-color css
<style>
a { background-color: #7CCDAF; }
a { background-color: rgb(124,205,175); }
div.DivClassName
{
background-color: #7CCDAF;
}
.BgClassName
{
background-color: #7CCDAF;
}
</style>
border-color css
<style>
span { border-color: #7CCDAF; }
span { border-color: rgb(124,205,175); }
td.TdClassName
{
border-color: #7CCDAF;
}
.TagClassName
{
border-color: #7CCDAF;
}
</style>