Shades of Monte Carlo #7FCFB1
Tints of Monte Carlo #7FCFB1
RGB
CMYK
RGB Variations
Color information
#7FCFB1 (or 0x7FCFB1) is known color: Monte Carlo. HEX triplet: 7F, CF and B1. RGB value is (127,207,177). Sum of RGB (Red+Green+Blue) = 127+207+177=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCFB1 is #80304E. Grayscale: #B3B3B3. Windows color (decimal): -8400975 or 11652991. OLE color: 11652991.
HSL color Cylindrical-coordinate representation of color #7FCFB1: hue angle of 157.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCFB1 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 177 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.19 |
| HSL | 157.5º | 0.45% | 0.65% | - |
| HSV(B) | 157.5º | 0.39% | 0.81% | - |
| XYZ | 39 | 52.31 | 49.64 | - |
| YUV | 179.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 177 | 0.39 | 0 | 0.14 | 0.19 | 157.5 | 0.45 | 0.65 |
| Hex | 7F | CF | B1 | 27 | 0 | E | 13 | 9E | 2D | 41 |
| Octal | 177 | 317 | 261 | 47 | 0 | 16 | 23 | 236 | 55 | 101 |
| Binary | 1111111 | 11001111 | 10110001 | 100111 | 0 | 1110 | 10011 | 10011110 | 101101 | 1000001 |
Color Harmonies of #7FCFB1
Complementary color
Monochromatic Colors of #7FCFB1
Black with #7FCFB1
Text Example
Text Example
White with #7FCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFB1; }
p { color: rgb(127,207,177); }
H1.HeaderClassName
{
color: #7FCFB1;
}
.AnyTagClassName
{
color: #7FCFB1;
}
</style>
background-color css
<style>
a { background-color: #7FCFB1; }
a { background-color: rgb(127,207,177); }
div.DivClassName
{
background-color: #7FCFB1;
}
.BgClassName
{
background-color: #7FCFB1;
}
</style>
border-color css
<style>
span { border-color: #7FCFB1; }
span { border-color: rgb(127,207,177); }
td.TdClassName
{
border-color: #7FCFB1;
}
.TagClassName
{
border-color: #7FCFB1;
}
</style>