Shades of Monte Carlo #7FCDB9
Tints of Monte Carlo #7FCDB9
RGB
CMYK
RGB Variations
Color information
#7FCDB9 (or 0x7FCDB9) is known color: Monte Carlo. HEX triplet: 7F, CD and B9. RGB value is (127,205,185). Sum of RGB (Red+Green+Blue) = 127+205+185=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDB9 is #803246. Grayscale: #B3B3B3. Windows color (decimal): -8401479 or 12176767. OLE color: 12176767.
HSL color Cylindrical-coordinate representation of color #7FCDB9: hue angle of 164.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 #7FCDB9 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 185 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.20 |
| HSL | 164.62º | 0.44% | 0.65% | - |
| HSV(B) | 164.62º | 0.38% | 0.8% | - |
| XYZ | 39.34 | 51.68 | 53.8 | - |
| YUV | 179.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 185 | 0.38 | 0 | 0.10 | 0.20 | 164.62 | 0.44 | 0.65 |
| Hex | 7F | CD | B9 | 26 | 0 | A | 14 | A5 | 2C | 41 |
| Octal | 177 | 315 | 271 | 46 | 0 | 12 | 24 | 245 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10111001 | 100110 | 0 | 1010 | 10100 | 10100101 | 101100 | 1000001 |
Color Harmonies of #7FCDB9
Complementary color
Monochromatic Colors of #7FCDB9
Black with #7FCDB9
Text Example
Text Example
White with #7FCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDB9; }
p { color: rgb(127,205,185); }
H1.HeaderClassName
{
color: #7FCDB9;
}
.AnyTagClassName
{
color: #7FCDB9;
}
</style>
background-color css
<style>
a { background-color: #7FCDB9; }
a { background-color: rgb(127,205,185); }
div.DivClassName
{
background-color: #7FCDB9;
}
.BgClassName
{
background-color: #7FCDB9;
}
</style>
border-color css
<style>
span { border-color: #7FCDB9; }
span { border-color: rgb(127,205,185); }
td.TdClassName
{
border-color: #7FCDB9;
}
.TagClassName
{
border-color: #7FCDB9;
}
</style>