Shades of Monte Carlo #7FCDAA
Tints of Monte Carlo #7FCDAA
RGB
CMYK
RGB Variations
Color information
#7FCDAA (or 0x7FCDAA) is known color: Monte Carlo. HEX triplet: 7F, CD and AA. RGB value is (127,205,170). Sum of RGB (Red+Green+Blue) = 127+205+170=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCDAA is #803255. Grayscale: #B1B1B1. Windows color (decimal): -8401494 or 11193727. OLE color: 11193727.
HSL color Cylindrical-coordinate representation of color #7FCDAA: hue angle of 153.08º 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 #7FCDAA is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 170 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.20 |
| HSL | 153.08º | 0.44% | 0.65% | - |
| HSV(B) | 153.08º | 0.38% | 0.8% | - |
| XYZ | 37.84 | 51.08 | 45.89 | - |
| YUV | 177.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 170 | 0.38 | 0 | 0.17 | 0.20 | 153.08 | 0.44 | 0.65 |
| Hex | 7F | CD | AA | 26 | 0 | 11 | 14 | 99 | 2C | 41 |
| Octal | 177 | 315 | 252 | 46 | 0 | 21 | 24 | 231 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10101010 | 100110 | 0 | 10001 | 10100 | 10011001 | 101100 | 1000001 |
Color Harmonies of #7FCDAA
Complementary color
Monochromatic Colors of #7FCDAA
Black with #7FCDAA
Text Example
Text Example
White with #7FCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDAA; }
p { color: rgb(127,205,170); }
H1.HeaderClassName
{
color: #7FCDAA;
}
.AnyTagClassName
{
color: #7FCDAA;
}
</style>
background-color css
<style>
a { background-color: #7FCDAA; }
a { background-color: rgb(127,205,170); }
div.DivClassName
{
background-color: #7FCDAA;
}
.BgClassName
{
background-color: #7FCDAA;
}
</style>
border-color css
<style>
span { border-color: #7FCDAA; }
span { border-color: rgb(127,205,170); }
td.TdClassName
{
border-color: #7FCDAA;
}
.TagClassName
{
border-color: #7FCDAA;
}
</style>