Shades of Monte Carlo #7FCCAE
Tints of Monte Carlo #7FCCAE
RGB
CMYK
RGB Variations
Color information
#7FCCAE (or 0x7FCCAE) is known color: Monte Carlo. HEX triplet: 7F, CC and AE. RGB value is (127,204,174). Sum of RGB (Red+Green+Blue) = 127+204+174=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCAE is #803351. Grayscale: #B1B1B1. Windows color (decimal): -8401746 or 11455615. OLE color: 11455615.
HSL color Cylindrical-coordinate representation of color #7FCCAE: hue angle of 156.62º 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 #7FCCAE is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 174 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.2 |
| HSL | 156.62º | 0.43% | 0.65% | - |
| HSV(B) | 156.62º | 0.38% | 0.8% | - |
| XYZ | 37.99 | 50.75 | 47.84 | - |
| YUV | 177.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 174 | 0.38 | 0 | 0.15 | 0.2 | 156.62 | 0.43 | 0.65 |
| Hex | 7F | CC | AE | 26 | 0 | F | 14 | 9D | 2B | 41 |
| Octal | 177 | 314 | 256 | 46 | 0 | 17 | 24 | 235 | 53 | 101 |
| Binary | 1111111 | 11001100 | 10101110 | 100110 | 0 | 1111 | 10100 | 10011101 | 101011 | 1000001 |
Color Harmonies of #7FCCAE
Complementary color
Monochromatic Colors of #7FCCAE
Black with #7FCCAE
Text Example
Text Example
White with #7FCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCAE; }
p { color: rgb(127,204,174); }
H1.HeaderClassName
{
color: #7FCCAE;
}
.AnyTagClassName
{
color: #7FCCAE;
}
</style>
background-color css
<style>
a { background-color: #7FCCAE; }
a { background-color: rgb(127,204,174); }
div.DivClassName
{
background-color: #7FCCAE;
}
.BgClassName
{
background-color: #7FCCAE;
}
</style>
border-color css
<style>
span { border-color: #7FCCAE; }
span { border-color: rgb(127,204,174); }
td.TdClassName
{
border-color: #7FCCAE;
}
.TagClassName
{
border-color: #7FCCAE;
}
</style>