Shades of Monte Carlo #7FC2BB
Tints of Monte Carlo #7FC2BB
RGB
CMYK
RGB Variations
Color information
#7FC2BB (or 0x7FC2BB) is known color: Monte Carlo. HEX triplet: 7F, C2 and BB. RGB value is (127,194,187). Sum of RGB (Red+Green+Blue) = 127+194+187=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC2BB is #803D44. Grayscale: #ADADAD. Windows color (decimal): -8404293 or 12305023. OLE color: 12305023.
HSL color Cylindrical-coordinate representation of color #7FC2BB: hue angle of 173.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC2BB is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 187 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.24 |
| HSL | 173.73º | 0.35% | 0.63% | - |
| HSV(B) | 173.73º | 0.35% | 0.76% | - |
| XYZ | 37.01 | 46.68 | 54.07 | - |
| YUV | 173.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 187 | 0.35 | 0 | 0.04 | 0.24 | 173.73 | 0.35 | 0.63 |
| Hex | 7F | C2 | BB | 23 | 0 | 4 | 18 | AE | 23 | 3F |
| Octal | 177 | 302 | 273 | 43 | 0 | 4 | 30 | 256 | 43 | 77 |
| Binary | 1111111 | 11000010 | 10111011 | 100011 | 0 | 100 | 11000 | 10101110 | 100011 | 111111 |
Color Harmonies of #7FC2BB
Complementary color
Monochromatic Colors of #7FC2BB
Black with #7FC2BB
Text Example
Text Example
White with #7FC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC2BB; }
p { color: rgb(127,194,187); }
H1.HeaderClassName
{
color: #7FC2BB;
}
.AnyTagClassName
{
color: #7FC2BB;
}
</style>
background-color css
<style>
a { background-color: #7FC2BB; }
a { background-color: rgb(127,194,187); }
div.DivClassName
{
background-color: #7FC2BB;
}
.BgClassName
{
background-color: #7FC2BB;
}
</style>
border-color css
<style>
span { border-color: #7FC2BB; }
span { border-color: rgb(127,194,187); }
td.TdClassName
{
border-color: #7FC2BB;
}
.TagClassName
{
border-color: #7FC2BB;
}
</style>