Shades of Monte Carlo #7FC7B0
Tints of Monte Carlo #7FC7B0
RGB
CMYK
RGB Variations
Color information
#7FC7B0 (or 0x7FC7B0) is known color: Monte Carlo. HEX triplet: 7F, C7 and B0. RGB value is (127,199,176). Sum of RGB (Red+Green+Blue) = 127+199+176=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC7B0 is #80384F. Grayscale: #AEAEAE. Windows color (decimal): -8403024 or 11585407. OLE color: 11585407.
HSL color Cylindrical-coordinate representation of color #7FC7B0: hue angle of 160.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC7B0 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 176 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.22 |
| HSL | 160.83º | 0.39% | 0.64% | - |
| HSV(B) | 160.83º | 0.36% | 0.78% | - |
| XYZ | 37.01 | 48.49 | 48.48 | - |
| YUV | 174.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 176 | 0.36 | 0 | 0.12 | 0.22 | 160.83 | 0.39 | 0.64 |
| Hex | 7F | C7 | B0 | 24 | 0 | C | 16 | A1 | 27 | 40 |
| Octal | 177 | 307 | 260 | 44 | 0 | 14 | 26 | 241 | 47 | 100 |
| Binary | 1111111 | 11000111 | 10110000 | 100100 | 0 | 1100 | 10110 | 10100001 | 100111 | 1000000 |
Color Harmonies of #7FC7B0
Complementary color
Monochromatic Colors of #7FC7B0
Black with #7FC7B0
Text Example
Text Example
White with #7FC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC7B0; }
p { color: rgb(127,199,176); }
H1.HeaderClassName
{
color: #7FC7B0;
}
.AnyTagClassName
{
color: #7FC7B0;
}
</style>
background-color css
<style>
a { background-color: #7FC7B0; }
a { background-color: rgb(127,199,176); }
div.DivClassName
{
background-color: #7FC7B0;
}
.BgClassName
{
background-color: #7FC7B0;
}
</style>
border-color css
<style>
span { border-color: #7FC7B0; }
span { border-color: rgb(127,199,176); }
td.TdClassName
{
border-color: #7FC7B0;
}
.TagClassName
{
border-color: #7FC7B0;
}
</style>