Shades of Monte Carlo #7FBCAC
Tints of Monte Carlo #7FBCAC
RGB
CMYK
RGB Variations
Color information
#7FBCAC (or 0x7FBCAC) is known color: Monte Carlo. HEX triplet: 7F, BC and AC. RGB value is (127,188,172). Sum of RGB (Red+Green+Blue) = 127+188+172=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCAC is #804353. Grayscale: #A7A7A7. Windows color (decimal): -8405844 or 11320447. OLE color: 11320447.
HSL color Cylindrical-coordinate representation of color #7FBCAC: hue angle of 164.26º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCAC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 172 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.26 |
| HSL | 164.26º | 0.31% | 0.62% | - |
| HSV(B) | 164.26º | 0.32% | 0.74% | - |
| XYZ | 34.18 | 43.46 | 45.62 | - |
| YUV | 167.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 172 | 0.32 | 0 | 0.09 | 0.26 | 164.26 | 0.31 | 0.62 |
| Hex | 7F | BC | AC | 20 | 0 | 9 | 1A | A4 | 1F | 3E |
| Octal | 177 | 274 | 254 | 40 | 0 | 11 | 32 | 244 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10101100 | 100000 | 0 | 1001 | 11010 | 10100100 | 11111 | 111110 |
Color Harmonies of #7FBCAC
Complementary color
Monochromatic Colors of #7FBCAC
Black with #7FBCAC
Text Example
Text Example
White with #7FBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBCAC; }
p { color: rgb(127,188,172); }
H1.HeaderClassName
{
color: #7FBCAC;
}
.AnyTagClassName
{
color: #7FBCAC;
}
</style>
background-color css
<style>
a { background-color: #7FBCAC; }
a { background-color: rgb(127,188,172); }
div.DivClassName
{
background-color: #7FBCAC;
}
.BgClassName
{
background-color: #7FBCAC;
}
</style>
border-color css
<style>
span { border-color: #7FBCAC; }
span { border-color: rgb(127,188,172); }
td.TdClassName
{
border-color: #7FBCAC;
}
.TagClassName
{
border-color: #7FBCAC;
}
</style>