Shades of Monte Carlo #7FCAB2
Tints of Monte Carlo #7FCAB2
RGB
CMYK
RGB Variations
Color information
#7FCAB2 (or 0x7FCAB2) is known color: Monte Carlo. HEX triplet: 7F, CA and B2. RGB value is (127,202,178). Sum of RGB (Red+Green+Blue) = 127+202+178=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAB2 is #80354D. Grayscale: #B0B0B0. Windows color (decimal): -8402254 or 11717247. OLE color: 11717247.
HSL color Cylindrical-coordinate representation of color #7FCAB2: hue angle of 160.8º 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 #7FCAB2 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 178 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.21 |
| HSL | 160.8º | 0.41% | 0.65% | - |
| HSV(B) | 160.8º | 0.37% | 0.79% | - |
| XYZ | 37.91 | 49.97 | 49.77 | - |
| YUV | 176.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 178 | 0.37 | 0 | 0.12 | 0.21 | 160.8 | 0.41 | 0.65 |
| Hex | 7F | CA | B2 | 25 | 0 | C | 15 | A1 | 29 | 41 |
| Octal | 177 | 312 | 262 | 45 | 0 | 14 | 25 | 241 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10110010 | 100101 | 0 | 1100 | 10101 | 10100001 | 101001 | 1000001 |
Color Harmonies of #7FCAB2
Complementary color
Monochromatic Colors of #7FCAB2
Black with #7FCAB2
Text Example
Text Example
White with #7FCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAB2; }
p { color: rgb(127,202,178); }
H1.HeaderClassName
{
color: #7FCAB2;
}
.AnyTagClassName
{
color: #7FCAB2;
}
</style>
background-color css
<style>
a { background-color: #7FCAB2; }
a { background-color: rgb(127,202,178); }
div.DivClassName
{
background-color: #7FCAB2;
}
.BgClassName
{
background-color: #7FCAB2;
}
</style>
border-color css
<style>
span { border-color: #7FCAB2; }
span { border-color: rgb(127,202,178); }
td.TdClassName
{
border-color: #7FCAB2;
}
.TagClassName
{
border-color: #7FCAB2;
}
</style>