Shades of Monte Carlo #7FCCAA
Tints of Monte Carlo #7FCCAA
RGB
CMYK
RGB Variations
Color information
#7FCCAA (or 0x7FCCAA) is known color: Monte Carlo. HEX triplet: 7F, CC and AA. RGB value is (127,204,170). Sum of RGB (Red+Green+Blue) = 127+204+170=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCAA is #803355. Grayscale: #B1B1B1. Windows color (decimal): -8401750 or 11193471. OLE color: 11193471.
HSL color Cylindrical-coordinate representation of color #7FCCAA: hue angle of 153.51º degrees, saturation: 0.43, 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 #7FCCAA is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 170 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.2 |
| HSL | 153.51º | 0.43% | 0.65% | - |
| HSV(B) | 153.51º | 0.38% | 0.8% | - |
| XYZ | 37.6 | 50.6 | 45.82 | - |
| YUV | 177.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 170 | 0.38 | 0 | 0.17 | 0.2 | 153.51 | 0.43 | 0.65 |
| Hex | 7F | CC | AA | 26 | 0 | 11 | 14 | 9A | 2B | 41 |
| Octal | 177 | 314 | 252 | 46 | 0 | 21 | 24 | 232 | 53 | 101 |
| Binary | 1111111 | 11001100 | 10101010 | 100110 | 0 | 10001 | 10100 | 10011010 | 101011 | 1000001 |
Color Harmonies of #7FCCAA
Complementary color
Monochromatic Colors of #7FCCAA
Black with #7FCCAA
Text Example
Text Example
White with #7FCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCAA; }
p { color: rgb(127,204,170); }
H1.HeaderClassName
{
color: #7FCCAA;
}
.AnyTagClassName
{
color: #7FCCAA;
}
</style>
background-color css
<style>
a { background-color: #7FCCAA; }
a { background-color: rgb(127,204,170); }
div.DivClassName
{
background-color: #7FCCAA;
}
.BgClassName
{
background-color: #7FCCAA;
}
</style>
border-color css
<style>
span { border-color: #7FCCAA; }
span { border-color: rgb(127,204,170); }
td.TdClassName
{
border-color: #7FCCAA;
}
.TagClassName
{
border-color: #7FCCAA;
}
</style>