Shades of Monte Carlo #7FC7BA
Tints of Monte Carlo #7FC7BA
RGB
CMYK
RGB Variations
Color information
#7FC7BA (or 0x7FC7BA) is known color: Monte Carlo. HEX triplet: 7F, C7 and BA. RGB value is (127,199,186). Sum of RGB (Red+Green+Blue) = 127+199+186=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC7BA is #803845. Grayscale: #AFAFAF. Windows color (decimal): -8403014 or 12240767. OLE color: 12240767.
HSL color Cylindrical-coordinate representation of color #7FC7BA: hue angle of 169.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC7BA is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 186 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.22 |
| HSL | 169.17º | 0.39% | 0.64% | - |
| HSV(B) | 169.17º | 0.36% | 0.78% | - |
| XYZ | 38.04 | 48.9 | 53.89 | - |
| YUV | 175.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 186 | 0.36 | 0 | 0.07 | 0.22 | 169.17 | 0.39 | 0.64 |
| Hex | 7F | C7 | BA | 24 | 0 | 7 | 16 | A9 | 27 | 40 |
| Octal | 177 | 307 | 272 | 44 | 0 | 7 | 26 | 251 | 47 | 100 |
| Binary | 1111111 | 11000111 | 10111010 | 100100 | 0 | 111 | 10110 | 10101001 | 100111 | 1000000 |
Color Harmonies of #7FC7BA
Complementary color
Monochromatic Colors of #7FC7BA
Black with #7FC7BA
Text Example
Text Example
White with #7FC7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC7BA; }
p { color: rgb(127,199,186); }
H1.HeaderClassName
{
color: #7FC7BA;
}
.AnyTagClassName
{
color: #7FC7BA;
}
</style>
background-color css
<style>
a { background-color: #7FC7BA; }
a { background-color: rgb(127,199,186); }
div.DivClassName
{
background-color: #7FC7BA;
}
.BgClassName
{
background-color: #7FC7BA;
}
</style>
border-color css
<style>
span { border-color: #7FC7BA; }
span { border-color: rgb(127,199,186); }
td.TdClassName
{
border-color: #7FC7BA;
}
.TagClassName
{
border-color: #7FC7BA;
}
</style>