Shades of Monte Carlo #7FCAB1
Tints of Monte Carlo #7FCAB1
RGB
CMYK
RGB Variations
Color information
#7FCAB1 (or 0x7FCAB1) is known color: Monte Carlo. HEX triplet: 7F, CA and B1. RGB value is (127,202,177). Sum of RGB (Red+Green+Blue) = 127+202+177=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAB1 is #80354E. Grayscale: #B0B0B0. Windows color (decimal): -8402255 or 11651711. OLE color: 11651711.
HSL color Cylindrical-coordinate representation of color #7FCAB1: hue angle of 160º 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 #7FCAB1 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 177 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.21 |
| HSL | 160º | 0.41% | 0.65% | - |
| HSV(B) | 160º | 0.37% | 0.79% | - |
| XYZ | 37.81 | 49.93 | 49.24 | - |
| YUV | 176.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 177 | 0.37 | 0 | 0.12 | 0.21 | 160 | 0.41 | 0.65 |
| Hex | 7F | CA | B1 | 25 | 0 | C | 15 | A0 | 29 | 41 |
| Octal | 177 | 312 | 261 | 45 | 0 | 14 | 25 | 240 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10110001 | 100101 | 0 | 1100 | 10101 | 10100000 | 101001 | 1000001 |
Color Harmonies of #7FCAB1
Complementary color
Monochromatic Colors of #7FCAB1
Black with #7FCAB1
Text Example
Text Example
White with #7FCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAB1; }
p { color: rgb(127,202,177); }
H1.HeaderClassName
{
color: #7FCAB1;
}
.AnyTagClassName
{
color: #7FCAB1;
}
</style>
background-color css
<style>
a { background-color: #7FCAB1; }
a { background-color: rgb(127,202,177); }
div.DivClassName
{
background-color: #7FCAB1;
}
.BgClassName
{
background-color: #7FCAB1;
}
</style>
border-color css
<style>
span { border-color: #7FCAB1; }
span { border-color: rgb(127,202,177); }
td.TdClassName
{
border-color: #7FCAB1;
}
.TagClassName
{
border-color: #7FCAB1;
}
</style>