Shades of Monte Carlo #7FCEAA
Tints of Monte Carlo #7FCEAA
RGB
CMYK
RGB Variations
Color information
#7FCEAA (or 0x7FCEAA) is known color: Monte Carlo. HEX triplet: 7F, CE and AA. RGB value is (127,206,170). Sum of RGB (Red+Green+Blue) = 127+206+170=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEAA is #803155. Grayscale: #B2B2B2. Windows color (decimal): -8401238 or 11193983. OLE color: 11193983.
HSL color Cylindrical-coordinate representation of color #7FCEAA: hue angle of 152.66º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEAA is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 170 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.19 |
| HSL | 152.66º | 0.45% | 0.65% | - |
| HSV(B) | 152.66º | 0.38% | 0.81% | - |
| XYZ | 38.08 | 51.56 | 45.97 | - |
| YUV | 178.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 170 | 0.38 | 0 | 0.17 | 0.19 | 152.66 | 0.45 | 0.65 |
| Hex | 7F | CE | AA | 26 | 0 | 11 | 13 | 99 | 2D | 41 |
| Octal | 177 | 316 | 252 | 46 | 0 | 21 | 23 | 231 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10101010 | 100110 | 0 | 10001 | 10011 | 10011001 | 101101 | 1000001 |
Color Harmonies of #7FCEAA
Complementary color
Monochromatic Colors of #7FCEAA
Black with #7FCEAA
Text Example
Text Example
White with #7FCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEAA; }
p { color: rgb(127,206,170); }
H1.HeaderClassName
{
color: #7FCEAA;
}
.AnyTagClassName
{
color: #7FCEAA;
}
</style>
background-color css
<style>
a { background-color: #7FCEAA; }
a { background-color: rgb(127,206,170); }
div.DivClassName
{
background-color: #7FCEAA;
}
.BgClassName
{
background-color: #7FCEAA;
}
</style>
border-color css
<style>
span { border-color: #7FCEAA; }
span { border-color: rgb(127,206,170); }
td.TdClassName
{
border-color: #7FCEAA;
}
.TagClassName
{
border-color: #7FCEAA;
}
</style>