Shades of Monte Carlo #7FCEB1
Tints of Monte Carlo #7FCEB1
RGB
CMYK
RGB Variations
Color information
#7FCEB1 (or 0x7FCEB1) is known color: Monte Carlo. HEX triplet: 7F, CE and B1. RGB value is (127,206,177). Sum of RGB (Red+Green+Blue) = 127+206+177=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEB1 is #80314E. Grayscale: #B3B3B3. Windows color (decimal): -8401231 or 11652735. OLE color: 11652735.
HSL color Cylindrical-coordinate representation of color #7FCEB1: hue angle of 157.97º 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 #7FCEB1 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 177 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.19 |
| HSL | 157.97º | 0.45% | 0.65% | - |
| HSV(B) | 157.97º | 0.38% | 0.81% | - |
| XYZ | 38.76 | 51.83 | 49.56 | - |
| YUV | 179.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 177 | 0.38 | 0 | 0.14 | 0.19 | 157.97 | 0.45 | 0.65 |
| Hex | 7F | CE | B1 | 26 | 0 | E | 13 | 9E | 2D | 41 |
| Octal | 177 | 316 | 261 | 46 | 0 | 16 | 23 | 236 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10110001 | 100110 | 0 | 1110 | 10011 | 10011110 | 101101 | 1000001 |
Color Harmonies of #7FCEB1
Complementary color
Monochromatic Colors of #7FCEB1
Black with #7FCEB1
Text Example
Text Example
White with #7FCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEB1; }
p { color: rgb(127,206,177); }
H1.HeaderClassName
{
color: #7FCEB1;
}
.AnyTagClassName
{
color: #7FCEB1;
}
</style>
background-color css
<style>
a { background-color: #7FCEB1; }
a { background-color: rgb(127,206,177); }
div.DivClassName
{
background-color: #7FCEB1;
}
.BgClassName
{
background-color: #7FCEB1;
}
</style>
border-color css
<style>
span { border-color: #7FCEB1; }
span { border-color: rgb(127,206,177); }
td.TdClassName
{
border-color: #7FCEB1;
}
.TagClassName
{
border-color: #7FCEB1;
}
</style>