Shades of Monte Carlo #7FCAB6
Tints of Monte Carlo #7FCAB6
RGB
CMYK
RGB Variations
Color information
#7FCAB6 (or 0x7FCAB6) is known color: Monte Carlo. HEX triplet: 7F, CA and B6. RGB value is (127,202,182). Sum of RGB (Red+Green+Blue) = 127+202+182=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAB6 is #803549. Grayscale: #B1B1B1. Windows color (decimal): -8402250 or 11979391. OLE color: 11979391.
HSL color Cylindrical-coordinate representation of color #7FCAB6: hue angle of 164º 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 #7FCAB6 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 182 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.21 |
| HSL | 164º | 0.41% | 0.65% | - |
| HSV(B) | 164º | 0.37% | 0.79% | - |
| XYZ | 38.32 | 50.13 | 51.91 | - |
| YUV | 177.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 182 | 0.37 | 0 | 0.10 | 0.21 | 164 | 0.41 | 0.65 |
| Hex | 7F | CA | B6 | 25 | 0 | A | 15 | A4 | 29 | 41 |
| Octal | 177 | 312 | 266 | 45 | 0 | 12 | 25 | 244 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10110110 | 100101 | 0 | 1010 | 10101 | 10100100 | 101001 | 1000001 |
Color Harmonies of #7FCAB6
Complementary color
Monochromatic Colors of #7FCAB6
Black with #7FCAB6
Text Example
Text Example
White with #7FCAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAB6; }
p { color: rgb(127,202,182); }
H1.HeaderClassName
{
color: #7FCAB6;
}
.AnyTagClassName
{
color: #7FCAB6;
}
</style>
background-color css
<style>
a { background-color: #7FCAB6; }
a { background-color: rgb(127,202,182); }
div.DivClassName
{
background-color: #7FCAB6;
}
.BgClassName
{
background-color: #7FCAB6;
}
</style>
border-color css
<style>
span { border-color: #7FCAB6; }
span { border-color: rgb(127,202,182); }
td.TdClassName
{
border-color: #7FCAB6;
}
.TagClassName
{
border-color: #7FCAB6;
}
</style>