Shades of Monte Carlo #7FD3AF
Tints of Monte Carlo #7FD3AF
RGB
CMYK
RGB Variations
Color information
#7FD3AF (or 0x7FD3AF) is known color: Monte Carlo. HEX triplet: 7F, D3 and AF. RGB value is (127,211,175). Sum of RGB (Red+Green+Blue) = 127+211+175=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD3AF is #802C50. Grayscale: #B5B5B5. Windows color (decimal): -8399953 or 11522943. OLE color: 11522943.
HSL color Cylindrical-coordinate representation of color #7FD3AF: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD3AF is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 211 | 175 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.17 |
| HSL | 154.29º | 0.49% | 0.66% | - |
| HSV(B) | 154.29º | 0.4% | 0.83% | - |
| XYZ | 39.78 | 54.2 | 48.92 | - |
| YUV | 181.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 175 | 0.40 | 0 | 0.17 | 0.17 | 154.29 | 0.49 | 0.66 |
| Hex | 7F | D3 | AF | 28 | 0 | 11 | 11 | 9A | 31 | 42 |
| Octal | 177 | 323 | 257 | 50 | 0 | 21 | 21 | 232 | 61 | 102 |
| Binary | 1111111 | 11010011 | 10101111 | 101000 | 0 | 10001 | 10001 | 10011010 | 110001 | 1000010 |
Color Harmonies of #7FD3AF
Complementary color
Monochromatic Colors of #7FD3AF
Black with #7FD3AF
Text Example
Text Example
White with #7FD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD3AF; }
p { color: rgb(127,211,175); }
H1.HeaderClassName
{
color: #7FD3AF;
}
.AnyTagClassName
{
color: #7FD3AF;
}
</style>
background-color css
<style>
a { background-color: #7FD3AF; }
a { background-color: rgb(127,211,175); }
div.DivClassName
{
background-color: #7FD3AF;
}
.BgClassName
{
background-color: #7FD3AF;
}
</style>
border-color css
<style>
span { border-color: #7FD3AF; }
span { border-color: rgb(127,211,175); }
td.TdClassName
{
border-color: #7FD3AF;
}
.TagClassName
{
border-color: #7FD3AF;
}
</style>