Shades of Monte Carlo #7FCAB5
Tints of Monte Carlo #7FCAB5
RGB
CMYK
RGB Variations
Color information
#7FCAB5 (or 0x7FCAB5) is known color: Monte Carlo. HEX triplet: 7F, CA and B5. RGB value is (127,202,181). Sum of RGB (Red+Green+Blue) = 127+202+181=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAB5 is #80354A. Grayscale: #B1B1B1. Windows color (decimal): -8402251 or 11913855. OLE color: 11913855.
HSL color Cylindrical-coordinate representation of color #7FCAB5: hue angle of 163.2º 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 #7FCAB5 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 181 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.21 |
| HSL | 163.2º | 0.41% | 0.65% | - |
| HSV(B) | 163.2º | 0.37% | 0.79% | - |
| XYZ | 38.21 | 50.09 | 51.37 | - |
| YUV | 177.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 181 | 0.37 | 0 | 0.10 | 0.21 | 163.2 | 0.41 | 0.65 |
| Hex | 7F | CA | B5 | 25 | 0 | A | 15 | A3 | 29 | 41 |
| Octal | 177 | 312 | 265 | 45 | 0 | 12 | 25 | 243 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10110101 | 100101 | 0 | 1010 | 10101 | 10100011 | 101001 | 1000001 |
Color Harmonies of #7FCAB5
Complementary color
Monochromatic Colors of #7FCAB5
Black with #7FCAB5
Text Example
Text Example
White with #7FCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAB5; }
p { color: rgb(127,202,181); }
H1.HeaderClassName
{
color: #7FCAB5;
}
.AnyTagClassName
{
color: #7FCAB5;
}
</style>
background-color css
<style>
a { background-color: #7FCAB5; }
a { background-color: rgb(127,202,181); }
div.DivClassName
{
background-color: #7FCAB5;
}
.BgClassName
{
background-color: #7FCAB5;
}
</style>
border-color css
<style>
span { border-color: #7FCAB5; }
span { border-color: rgb(127,202,181); }
td.TdClassName
{
border-color: #7FCAB5;
}
.TagClassName
{
border-color: #7FCAB5;
}
</style>