Shades of Monte Carlo #7FCDAC
Tints of Monte Carlo #7FCDAC
RGB
CMYK
RGB Variations
Color information
#7FCDAC (or 0x7FCDAC) is known color: Monte Carlo. HEX triplet: 7F, CD and AC. RGB value is (127,205,172). Sum of RGB (Red+Green+Blue) = 127+205+172=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCDAC is #803253. Grayscale: #B1B1B1. Windows color (decimal): -8401492 or 11324799. OLE color: 11324799.
HSL color Cylindrical-coordinate representation of color #7FCDAC: hue angle of 154.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCDAC is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 172 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.20 |
| HSL | 154.62º | 0.44% | 0.65% | - |
| HSV(B) | 154.62º | 0.38% | 0.8% | - |
| XYZ | 38.03 | 51.15 | 46.9 | - |
| YUV | 177.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 172 | 0.38 | 0 | 0.16 | 0.20 | 154.62 | 0.44 | 0.65 |
| Hex | 7F | CD | AC | 26 | 0 | 10 | 14 | 9B | 2C | 41 |
| Octal | 177 | 315 | 254 | 46 | 0 | 20 | 24 | 233 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10101100 | 100110 | 0 | 10000 | 10100 | 10011011 | 101100 | 1000001 |
Color Harmonies of #7FCDAC
Complementary color
Monochromatic Colors of #7FCDAC
Black with #7FCDAC
Text Example
Text Example
White with #7FCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDAC; }
p { color: rgb(127,205,172); }
H1.HeaderClassName
{
color: #7FCDAC;
}
.AnyTagClassName
{
color: #7FCDAC;
}
</style>
background-color css
<style>
a { background-color: #7FCDAC; }
a { background-color: rgb(127,205,172); }
div.DivClassName
{
background-color: #7FCDAC;
}
.BgClassName
{
background-color: #7FCDAC;
}
</style>
border-color css
<style>
span { border-color: #7FCDAC; }
span { border-color: rgb(127,205,172); }
td.TdClassName
{
border-color: #7FCDAC;
}
.TagClassName
{
border-color: #7FCDAC;
}
</style>