Shades of Monte Carlo #7FCCBA
Tints of Monte Carlo #7FCCBA
RGB
CMYK
RGB Variations
Color information
#7FCCBA (or 0x7FCCBA) is known color: Monte Carlo. HEX triplet: 7F, CC and BA. RGB value is (127,204,186). Sum of RGB (Red+Green+Blue) = 127+204+186=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCBA is #803345. Grayscale: #B2B2B2. Windows color (decimal): -8401734 or 12242047. OLE color: 12242047.
HSL color Cylindrical-coordinate representation of color #7FCCBA: hue angle of 165.97º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCBA is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 186 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.2 |
| HSL | 165.97º | 0.43% | 0.65% | - |
| HSV(B) | 165.97º | 0.38% | 0.8% | - |
| XYZ | 39.21 | 51.24 | 54.28 | - |
| YUV | 178.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 186 | 0.38 | 0 | 0.09 | 0.2 | 165.97 | 0.43 | 0.65 |
| Hex | 7F | CC | BA | 26 | 0 | 9 | 14 | A6 | 2B | 41 |
| Octal | 177 | 314 | 272 | 46 | 0 | 11 | 24 | 246 | 53 | 101 |
| Binary | 1111111 | 11001100 | 10111010 | 100110 | 0 | 1001 | 10100 | 10100110 | 101011 | 1000001 |
Color Harmonies of #7FCCBA
Complementary color
Monochromatic Colors of #7FCCBA
Black with #7FCCBA
Text Example
Text Example
White with #7FCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCBA; }
p { color: rgb(127,204,186); }
H1.HeaderClassName
{
color: #7FCCBA;
}
.AnyTagClassName
{
color: #7FCCBA;
}
</style>
background-color css
<style>
a { background-color: #7FCCBA; }
a { background-color: rgb(127,204,186); }
div.DivClassName
{
background-color: #7FCCBA;
}
.BgClassName
{
background-color: #7FCCBA;
}
</style>
border-color css
<style>
span { border-color: #7FCCBA; }
span { border-color: rgb(127,204,186); }
td.TdClassName
{
border-color: #7FCCBA;
}
.TagClassName
{
border-color: #7FCCBA;
}
</style>