Shades of Monte Carlo #7FCEB0
Tints of Monte Carlo #7FCEB0
RGB
CMYK
RGB Variations
Color information
#7FCEB0 (or 0x7FCEB0) is known color: Monte Carlo. HEX triplet: 7F, CE and B0. RGB value is (127,206,176). Sum of RGB (Red+Green+Blue) = 127+206+176=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEB0 is #80314F. Grayscale: #B3B3B3. Windows color (decimal): -8401232 or 11587199. OLE color: 11587199.
HSL color Cylindrical-coordinate representation of color #7FCEB0: hue angle of 157.22º 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 #7FCEB0 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 176 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.19 |
| HSL | 157.22º | 0.45% | 0.65% | - |
| HSV(B) | 157.22º | 0.38% | 0.81% | - |
| XYZ | 38.66 | 51.79 | 49.03 | - |
| YUV | 178.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 176 | 0.38 | 0 | 0.15 | 0.19 | 157.22 | 0.45 | 0.65 |
| Hex | 7F | CE | B0 | 26 | 0 | F | 13 | 9D | 2D | 41 |
| Octal | 177 | 316 | 260 | 46 | 0 | 17 | 23 | 235 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10110000 | 100110 | 0 | 1111 | 10011 | 10011101 | 101101 | 1000001 |
Color Harmonies of #7FCEB0
Complementary color
Monochromatic Colors of #7FCEB0
Black with #7FCEB0
Text Example
Text Example
White with #7FCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEB0; }
p { color: rgb(127,206,176); }
H1.HeaderClassName
{
color: #7FCEB0;
}
.AnyTagClassName
{
color: #7FCEB0;
}
</style>
background-color css
<style>
a { background-color: #7FCEB0; }
a { background-color: rgb(127,206,176); }
div.DivClassName
{
background-color: #7FCEB0;
}
.BgClassName
{
background-color: #7FCEB0;
}
</style>
border-color css
<style>
span { border-color: #7FCEB0; }
span { border-color: rgb(127,206,176); }
td.TdClassName
{
border-color: #7FCEB0;
}
.TagClassName
{
border-color: #7FCEB0;
}
</style>