Shades of Monte Carlo #7FC6AA
Tints of Monte Carlo #7FC6AA
RGB
CMYK
RGB Variations
Color information
#7FC6AA (or 0x7FC6AA) is known color: Monte Carlo. HEX triplet: 7F, C6 and AA. RGB value is (127,198,170). Sum of RGB (Red+Green+Blue) = 127+198+170=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC6AA is #803955. Grayscale: #ADADAD. Windows color (decimal): -8403286 or 11191935. OLE color: 11191935.
HSL color Cylindrical-coordinate representation of color #7FC6AA: hue angle of 156.34º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC6AA is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 170 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.22 |
| HSL | 156.34º | 0.38% | 0.64% | - |
| HSV(B) | 156.34º | 0.36% | 0.78% | - |
| XYZ | 36.2 | 47.8 | 45.35 | - |
| YUV | 173.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 170 | 0.36 | 0 | 0.14 | 0.22 | 156.34 | 0.38 | 0.64 |
| Hex | 7F | C6 | AA | 24 | 0 | E | 16 | 9C | 26 | 40 |
| Octal | 177 | 306 | 252 | 44 | 0 | 16 | 26 | 234 | 46 | 100 |
| Binary | 1111111 | 11000110 | 10101010 | 100100 | 0 | 1110 | 10110 | 10011100 | 100110 | 1000000 |
Color Harmonies of #7FC6AA
Complementary color
Monochromatic Colors of #7FC6AA
Black with #7FC6AA
Text Example
Text Example
White with #7FC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC6AA; }
p { color: rgb(127,198,170); }
H1.HeaderClassName
{
color: #7FC6AA;
}
.AnyTagClassName
{
color: #7FC6AA;
}
</style>
background-color css
<style>
a { background-color: #7FC6AA; }
a { background-color: rgb(127,198,170); }
div.DivClassName
{
background-color: #7FC6AA;
}
.BgClassName
{
background-color: #7FC6AA;
}
</style>
border-color css
<style>
span { border-color: #7FC6AA; }
span { border-color: rgb(127,198,170); }
td.TdClassName
{
border-color: #7FC6AA;
}
.TagClassName
{
border-color: #7FC6AA;
}
</style>