Shades of Monte Carlo #7FCAA5
Tints of Monte Carlo #7FCAA5
RGB
CMYK
RGB Variations
Color information
#7FCAA5 (or 0x7FCAA5) is known color: Monte Carlo. HEX triplet: 7F, CA and A5. RGB value is (127,202,165). Sum of RGB (Red+Green+Blue) = 127+202+165=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAA5 is #80355A. Grayscale: #AFAFAF. Windows color (decimal): -8402267 or 10865279. OLE color: 10865279.
HSL color Cylindrical-coordinate representation of color #7FCAA5: hue angle of 150.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 #7FCAA5 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 165 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.21 |
| HSL | 150.4º | 0.41% | 0.65% | - |
| HSV(B) | 150.4º | 0.37% | 0.79% | - |
| XYZ | 36.66 | 49.47 | 43.21 | - |
| YUV | 175.36 | 122.15 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 165 | 0.37 | 0 | 0.18 | 0.21 | 150.4 | 0.41 | 0.65 |
| Hex | 7F | CA | A5 | 25 | 0 | 12 | 15 | 96 | 29 | 41 |
| Octal | 177 | 312 | 245 | 45 | 0 | 22 | 25 | 226 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10100101 | 100101 | 0 | 10010 | 10101 | 10010110 | 101001 | 1000001 |
Color Harmonies of #7FCAA5
Complementary color
Monochromatic Colors of #7FCAA5
Black with #7FCAA5
Text Example
Text Example
White with #7FCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAA5; }
p { color: rgb(127,202,165); }
H1.HeaderClassName
{
color: #7FCAA5;
}
.AnyTagClassName
{
color: #7FCAA5;
}
</style>
background-color css
<style>
a { background-color: #7FCAA5; }
a { background-color: rgb(127,202,165); }
div.DivClassName
{
background-color: #7FCAA5;
}
.BgClassName
{
background-color: #7FCAA5;
}
</style>
border-color css
<style>
span { border-color: #7FCAA5; }
span { border-color: rgb(127,202,165); }
td.TdClassName
{
border-color: #7FCAA5;
}
.TagClassName
{
border-color: #7FCAA5;
}
</style>