Shades of Monte Carlo #7FCEB4
Tints of Monte Carlo #7FCEB4
RGB
CMYK
RGB Variations
Color information
#7FCEB4 (or 0x7FCEB4) is known color: Monte Carlo. HEX triplet: 7F, CE and B4. RGB value is (127,206,180). Sum of RGB (Red+Green+Blue) = 127+206+180=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEB4 is #80314B. Grayscale: #B3B3B3. Windows color (decimal): -8401228 or 11849343. OLE color: 11849343.
HSL color Cylindrical-coordinate representation of color #7FCEB4: hue angle of 160.25º 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 #7FCEB4 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 180 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.19 |
| HSL | 160.25º | 0.45% | 0.65% | - |
| HSV(B) | 160.25º | 0.38% | 0.81% | - |
| XYZ | 39.06 | 51.95 | 51.15 | - |
| YUV | 179.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 180 | 0.38 | 0 | 0.13 | 0.19 | 160.25 | 0.45 | 0.65 |
| Hex | 7F | CE | B4 | 26 | 0 | D | 13 | A0 | 2D | 41 |
| Octal | 177 | 316 | 264 | 46 | 0 | 15 | 23 | 240 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10110100 | 100110 | 0 | 1101 | 10011 | 10100000 | 101101 | 1000001 |
Color Harmonies of #7FCEB4
Complementary color
Monochromatic Colors of #7FCEB4
Black with #7FCEB4
Text Example
Text Example
White with #7FCEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEB4; }
p { color: rgb(127,206,180); }
H1.HeaderClassName
{
color: #7FCEB4;
}
.AnyTagClassName
{
color: #7FCEB4;
}
</style>
background-color css
<style>
a { background-color: #7FCEB4; }
a { background-color: rgb(127,206,180); }
div.DivClassName
{
background-color: #7FCEB4;
}
.BgClassName
{
background-color: #7FCEB4;
}
</style>
border-color css
<style>
span { border-color: #7FCEB4; }
span { border-color: rgb(127,206,180); }
td.TdClassName
{
border-color: #7FCEB4;
}
.TagClassName
{
border-color: #7FCEB4;
}
</style>