Shades of Monte Carlo #7FD5B0
Tints of Monte Carlo #7FD5B0
RGB
CMYK
RGB Variations
Color information
#7FD5B0 (or 0x7FD5B0) is known color: Monte Carlo. HEX triplet: 7F, D5 and B0. RGB value is (127,213,176). Sum of RGB (Red+Green+Blue) = 127+213+176=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD5B0 is #802A4F. Grayscale: #B7B7B7. Windows color (decimal): -8399440 or 11588991. OLE color: 11588991.
HSL color Cylindrical-coordinate representation of color #7FD5B0: hue angle of 154.19º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5B0 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 176 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.16 |
| HSL | 154.19º | 0.51% | 0.67% | - |
| HSV(B) | 154.19º | 0.4% | 0.84% | - |
| XYZ | 40.38 | 55.24 | 49.61 | - |
| YUV | 183.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 176 | 0.40 | 0 | 0.17 | 0.16 | 154.19 | 0.51 | 0.67 |
| Hex | 7F | D5 | B0 | 28 | 0 | 11 | 10 | 9A | 33 | 43 |
| Octal | 177 | 325 | 260 | 50 | 0 | 21 | 20 | 232 | 63 | 103 |
| Binary | 1111111 | 11010101 | 10110000 | 101000 | 0 | 10001 | 10000 | 10011010 | 110011 | 1000011 |
Color Harmonies of #7FD5B0
Complementary color
Monochromatic Colors of #7FD5B0
Black with #7FD5B0
Text Example
Text Example
White with #7FD5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD5B0; }
p { color: rgb(127,213,176); }
H1.HeaderClassName
{
color: #7FD5B0;
}
.AnyTagClassName
{
color: #7FD5B0;
}
</style>
background-color css
<style>
a { background-color: #7FD5B0; }
a { background-color: rgb(127,213,176); }
div.DivClassName
{
background-color: #7FD5B0;
}
.BgClassName
{
background-color: #7FD5B0;
}
</style>
border-color css
<style>
span { border-color: #7FD5B0; }
span { border-color: rgb(127,213,176); }
td.TdClassName
{
border-color: #7FD5B0;
}
.TagClassName
{
border-color: #7FD5B0;
}
</style>