Shades of Monte Carlo #7FCAB9
Tints of Monte Carlo #7FCAB9
RGB
CMYK
RGB Variations
Color information
#7FCAB9 (or 0x7FCAB9) is known color: Monte Carlo. HEX triplet: 7F, CA and B9. RGB value is (127,202,185). Sum of RGB (Red+Green+Blue) = 127+202+185=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAB9 is #803546. Grayscale: #B1B1B1. Windows color (decimal): -8402247 or 12175999. OLE color: 12175999.
HSL color Cylindrical-coordinate representation of color #7FCAB9: hue angle of 166.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCAB9 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 185 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.21 |
| HSL | 166.4º | 0.41% | 0.65% | - |
| HSV(B) | 166.4º | 0.37% | 0.79% | - |
| XYZ | 38.63 | 50.26 | 53.56 | - |
| YUV | 177.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 185 | 0.37 | 0 | 0.08 | 0.21 | 166.4 | 0.41 | 0.65 |
| Hex | 7F | CA | B9 | 25 | 0 | 8 | 15 | A6 | 29 | 41 |
| Octal | 177 | 312 | 271 | 45 | 0 | 10 | 25 | 246 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10111001 | 100101 | 0 | 1000 | 10101 | 10100110 | 101001 | 1000001 |
Color Harmonies of #7FCAB9
Complementary color
Monochromatic Colors of #7FCAB9
Black with #7FCAB9
Text Example
Text Example
White with #7FCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAB9; }
p { color: rgb(127,202,185); }
H1.HeaderClassName
{
color: #7FCAB9;
}
.AnyTagClassName
{
color: #7FCAB9;
}
</style>
background-color css
<style>
a { background-color: #7FCAB9; }
a { background-color: rgb(127,202,185); }
div.DivClassName
{
background-color: #7FCAB9;
}
.BgClassName
{
background-color: #7FCAB9;
}
</style>
border-color css
<style>
span { border-color: #7FCAB9; }
span { border-color: rgb(127,202,185); }
td.TdClassName
{
border-color: #7FCAB9;
}
.TagClassName
{
border-color: #7FCAB9;
}
</style>