Shades of Monte Carlo #7FBEAC
Tints of Monte Carlo #7FBEAC
RGB
CMYK
RGB Variations
Color information
#7FBEAC (or 0x7FBEAC) is known color: Monte Carlo. HEX triplet: 7F, BE and AC. RGB value is (127,190,172). Sum of RGB (Red+Green+Blue) = 127+190+172=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBEAC is #804153. Grayscale: #A9A9A9. Windows color (decimal): -8405332 or 11320959. OLE color: 11320959.
HSL color Cylindrical-coordinate representation of color #7FBEAC: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBEAC is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 172 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.25 |
| HSL | 162.86º | 0.33% | 0.62% | - |
| HSV(B) | 162.86º | 0.33% | 0.75% | - |
| XYZ | 34.61 | 44.32 | 45.76 | - |
| YUV | 169.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 172 | 0.33 | 0 | 0.09 | 0.25 | 162.86 | 0.33 | 0.62 |
| Hex | 7F | BE | AC | 21 | 0 | 9 | 19 | A3 | 21 | 3E |
| Octal | 177 | 276 | 254 | 41 | 0 | 11 | 31 | 243 | 41 | 76 |
| Binary | 1111111 | 10111110 | 10101100 | 100001 | 0 | 1001 | 11001 | 10100011 | 100001 | 111110 |
Color Harmonies of #7FBEAC
Complementary color
Monochromatic Colors of #7FBEAC
Black with #7FBEAC
Text Example
Text Example
White with #7FBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBEAC; }
p { color: rgb(127,190,172); }
H1.HeaderClassName
{
color: #7FBEAC;
}
.AnyTagClassName
{
color: #7FBEAC;
}
</style>
background-color css
<style>
a { background-color: #7FBEAC; }
a { background-color: rgb(127,190,172); }
div.DivClassName
{
background-color: #7FBEAC;
}
.BgClassName
{
background-color: #7FBEAC;
}
</style>
border-color css
<style>
span { border-color: #7FBEAC; }
span { border-color: rgb(127,190,172); }
td.TdClassName
{
border-color: #7FBEAC;
}
.TagClassName
{
border-color: #7FBEAC;
}
</style>